#76980A

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

Shades of Christi #76980A

Tints of Christi #76980A

Color information

#76980A (or 0x76980A) is unknown color: approx Christi. HEX triplet: 76, 98 and 0A. RGB value is (118,152,10). Sum of RGB (Red+Green+Blue) = 118+152+10=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #76980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76980A is #8967F5. Grayscale: #7E7E7E. Windows color (decimal): -9005046 or 694390. OLE color: 694390.

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

Color convert

RGB11815210-
CMYK0.2200.930.40
HSL74.37º87.65%31.76%-
HSV(B)74.37º93.42%59.61%-
XYZ18.7526.334.38-
YUV125.6562.74122.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 10 (4.30% from 255) = 3.57%
R=42.14%
G=54.29%
B=3.57%

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
Decimal118152100.2200.930.4074.3787.6531.76
Hex7698A1605D284a5820
Octal166230122601355011213040
Binary1110110100110001010101100101110110100010010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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