#77980A

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

Shades of Christi #77980A

Tints of Christi #77980A

Color information

#77980A (or 0x77980A) is unknown color: approx Christi. HEX triplet: 77, 98 and 0A. RGB value is (119,152,10). Sum of RGB (Red+Green+Blue) = 119+152+10=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #77980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77980A is #8867F5. Grayscale: #7E7E7E. Windows color (decimal): -8939510 or 694391. OLE color: 694391.

HSL color Cylindrical-coordinate representation of color #77980A: hue angle of 73.94º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77980A is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB11915210-
CMYK0.2200.930.40
HSL73.94º87.65%31.76%-
HSV(B)73.94º93.42%59.61%-
XYZ18.8926.44.39-
YUV125.9462.57123.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=42.35%
G=54.09%
B=3.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119152100.2200.930.4073.9487.6531.76
Hex7798A1605D284a5820
Octal167230122601355011213040
Binary1110111100110001010101100101110110100010010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77980A; }

 p { color: rgb(119,152,10); }

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

<style>
 a { background-color: #77980A; }

 a { background-color: rgb(119,152,10); }

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

<style>
 span { border-color: #77980A; }

 span { border-color: rgb(119,152,10); }

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