Html Css Color HEX #76A111 Christi

📋 copy color: '#76A111'

red 118 ◦ green 161 ◦ blue 17

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

Shades of Christi #76A111

Tints of Christi #76A111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 39.86%
G = 54.39%
B = 5.74%

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

#76A111 (or 0x76A111) is known color: Christi. HEX triplet: 76, A1 and 11. RGB value is (118,161,17). Sum of RGB (Red+Green+Blue) = 118+161+17=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #76A111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A111 is #895EEE. Grayscale: #848484. Windows color (decimal): -9002735 or 1155446. OLE color: 1155446.

HSL color Cylindrical-coordinate representation of color #76A111: hue angle of 77.92º degrees, saturation: 0.81, 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 #76A111 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 17 -
CMYK 0.27 0 0.89 0.37
HSL 77.92º 0.81% 0.35% -
HSV(B) 77.92º 0.89% 0.63% -
XYZ 20.32 29.38 5.13 -
YUV 131.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 118 161 17 0.27 0 0.89 0.37 77.92 0.81 0.35
Hex 76 A1 11 1B 0 59 25 4E 51 23
Octal 166 241 21 33 0 131 45 116 121 43
Binary 1110110 10100001 10001 11011 0 1011001 100101 1001110 1010001 100011

Color Harmonies of #76A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A111

Black with #76A111

Text Example


Text Example

White with #76A111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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