#7DA000

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

Shades of Christi #7DA000

Tints of Christi #7DA000

Color information

#7DA000 (or 0x7DA000) is unknown color: approx Christi. HEX triplet: 7D, A0 and 00. RGB value is (125,160,0). Sum of RGB (Red+Green+Blue) = 125+160+0=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA000 is #825FFF. Grayscale: #838383. Windows color (decimal): -8544256 or 41085. OLE color: 41085.

HSL color Cylindrical-coordinate representation of color #7DA000: hue angle of 73.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DA000 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1251600-
CMYK0.22010.37
HSL73.12º100%31.37%-
HSV(B)73.12º100%62.75%-
XYZ21.0329.54.59-
YUV131.2953.9123.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 160 (62.89% from 255) = 56.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.86%
G=56.14%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12516000.22010.3773.1210031.37
Hex7DA00160642549641f
Octal17524002601444511114437
Binary111110110100000010110011001001001011001001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,160,0); }

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

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

 a { background-color: rgb(125,160,0); }

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

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

 span { border-color: rgb(125,160,0); }

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