#77990c

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

Shades of Christi #77990C

Tints of Christi #77990C

Color information

#77990C (or 0x77990C) is unknown color: approx Christi. HEX triplet: 77, 99 and 0C. RGB value is (119,153,12). Sum of RGB (Red+Green+Blue) = 119+153+12=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #77990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77990C is #8866F3. Grayscale: #7F7F7F. Windows color (decimal): -8939252 or 825719. OLE color: 825719.

HSL color Cylindrical-coordinate representation of color #77990C: hue angle of 74.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77990C is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB11915312-
CMYK0.2200.920.4
HSL74.47º85.45%32.35%-
HSV(B)74.47º92.16%60%-
XYZ19.0726.734.5-
YUV126.7663.24122.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 153 (60.16% from 255) = 53.87%
BLUE value IS 12 (5.08% from 255) = 4.23%
R=41.90%
G=53.87%
B=4.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119153120.2200.920.474.4785.4532.35
Hex7799C1605C284a5520
Octal167231142601345011212540
Binary1110111100110011100101100101110010100010010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77990c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77990c; }

 p { color: rgb(119,153,12); }

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

<style>
 a { background-color: #77990c; }

 a { background-color: rgb(119,153,12); }

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

<style>
 span { border-color: #77990c; }

 span { border-color: rgb(119,153,12); }

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