#77980C

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

Shades of Christi #77980C

Tints of Christi #77980C

Color information

#77980C (or 0x77980C) is unknown color: approx Christi. HEX triplet: 77, 98 and 0C. RGB value is (119,152,12). Sum of RGB (Red+Green+Blue) = 119+152+12=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #77980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77980C is #8867F3. Grayscale: #7E7E7E. Windows color (decimal): -8939508 or 825463. OLE color: 825463.

HSL color Cylindrical-coordinate representation of color #77980C: hue angle of 74.14º 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 #77980C is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB11915212-
CMYK0.2200.920.40
HSL74.14º85.37%32.16%-
HSV(B)74.14º92.11%59.61%-
XYZ18.926.44.45-
YUV126.1763.57122.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=42.05%
G=53.71%
B=4.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119152120.2200.920.4074.1485.3732.16
Hex7798C1605C284a5520
Octal167230142601345011212540
Binary1110111100110001100101100101110010100010010101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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