Html Css Color HEX #76A116 Christi

📋 copy color: '#76A116'

red 118 ◦ green 161 ◦ blue 22

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

Shades of Christi #76A116

Tints of Christi #76A116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 39.2%
G = 53.49%
B = 7.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#76A116 (or 0x76A116) is known color: Christi. HEX triplet: 76, A1 and 16. RGB value is (118,161,22). Sum of RGB (Red+Green+Blue) = 118+161+22=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #76A116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A116 is #895EE9. Grayscale: #848484. Windows color (decimal): -9002730 or 1483126. OLE color: 1483126.

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

Color convert

RGB 118 161 22 -
CMYK 0.27 0 0.86 0.37
HSL 78.56º 0.76% 0.36% -
HSV(B) 78.56º 0.86% 0.63% -
XYZ 20.36 29.4 5.36 -
YUV 132.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 118 161 22 0.27 0 0.86 0.37 78.56 0.76 0.36
Hex 76 A1 16 1B 0 56 25 4F 4C 24
Octal 166 241 26 33 0 126 45 117 114 44
Binary 1110110 10100001 10110 11011 0 1010110 100101 1001111 1001100 100100

Color Harmonies of #76A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A116

Black with #76A116

Text Example


Text Example

White with #76A116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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