Html Css Color HEX #76A112 Christi

📋 copy color: '#76A112'

red 118 ◦ green 161 ◦ blue 18

#76A112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #76A112

Tints of Christi #76A112

RGB

 RED value IS 118 (46.48% from 255) = 39.73%

 GREEN value IS 161 (63.28% from 255) = 54.21%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 39.73%
G = 54.21%
B = 6.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#76A112 (or 0x76A112) is known color: Christi. HEX triplet: 76, A1 and 12. RGB value is (118,161,18). Sum of RGB (Red+Green+Blue) = 118+161+18=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #76A112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A112 is #895EED. Grayscale: #848484. Windows color (decimal): -9002734 or 1220982. OLE color: 1220982.

HSL color Cylindrical-coordinate representation of color #76A112: hue angle of 78.04º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76A112 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 18 -
CMYK 0.27 0 0.89 0.37
HSL 78.04º 0.8% 0.35% -
HSV(B) 78.04º 0.89% 0.63% -
XYZ 20.33 29.38 5.17 -
YUV 131.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 118 161 18 0.27 0 0.89 0.37 78.04 0.8 0.35
Hex 76 A1 12 1B 0 59 25 4E 50 23
Octal 166 241 22 33 0 131 45 116 120 43
Binary 1110110 10100001 10010 11011 0 1011001 100101 1001110 1010000 100011

Color Harmonies of #76A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A112

Black with #76A112

Text Example


Text Example

White with #76A112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A112; }

 p { color: rgb(118,161,18); }

 H1.HeaderClassName
 {
   color: #76A112;
 }
 .AnyTagClassName
 {
   color: #76A112;
 }
</style>

background-color css

<style>
 a { background-color: #76A112; }

 a { background-color: rgb(118,161,18); }

 div.DivClassName
 {
   background-color: #76A112;
 }
 .BgClassName
 {
   background-color: #76A112;
 }
</style>

border-color css

<style>
 span { border-color: #76A112; }

 span { border-color: rgb(118,161,18); }

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