#7da503

Color #7DA503 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7DA503

Tints of Christi #7DA503

Color information

#7DA503 (or 0x7DA503) is unknown color: approx Christi. HEX triplet: 7D, A5 and 03. RGB value is (125,165,3). Sum of RGB (Red+Green+Blue) = 125+165+3=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA503 is #825AFC. Grayscale: #878787. Windows color (decimal): -8542973 or 238973. OLE color: 238973.

HSL color Cylindrical-coordinate representation of color #7DA503: hue angle of 74.81º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DA503 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1251653-
CMYK0.2400.980.35
HSL74.81º96.43%32.94%-
HSV(B)74.81º98.18%64.71%-
XYZ21.9331.284.97-
YUV134.5753.75121.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 165 (64.84% from 255) = 56.31%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=42.66%
G=56.31%
B=1.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12516530.2400.980.3574.8196.4332.94
Hex7DA5318062234b6021
Octal17524533001424311314041
Binary11111011010010111110000110001010001110010111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7da503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7da503; }

 p { color: rgb(125,165,3); }

 H1.HeaderClassName
 {
   color: #7da503;
 }
 .AnyTagClassName
 {
   color: #7da503;
 }
</style>
background-color css

<style>
 a { background-color: #7da503; }

 a { background-color: rgb(125,165,3); }

 div.DivClassName
 {
   background-color: #7da503;
 }
 .BgClassName
 {
   background-color: #7da503;
 }
</style>
border-color css

<style>
 span { border-color: #7da503; }

 span { border-color: rgb(125,165,3); }

 td.TdClassName
 {
   border-color: #7da503;
 }
 .TagClassName
 {
   border-color: #7da503;
 }
</style>