Html Css Color HEX #76A211 Christi

📋 copy color: '#76A211'

red 118 ◦ green 162 ◦ blue 17

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

Shades of Christi #76A211

Tints of Christi #76A211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.55%

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

R = 39.73%
G = 54.55%
B = 5.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#76A211 (or 0x76A211) is known color: Christi. HEX triplet: 76, A2 and 11. RGB value is (118,162,17). Sum of RGB (Red+Green+Blue) = 118+162+17=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #76A211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A211 is #895DEE. Grayscale: #848484. Windows color (decimal): -9002479 or 1155702. OLE color: 1155702.

HSL color Cylindrical-coordinate representation of color #76A211: hue angle of 78.21º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76A211 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 162 17 -
CMYK 0.27 0 0.90 0.36
HSL 78.21º 0.81% 0.35% -
HSV(B) 78.21º 0.9% 0.64% -
XYZ 20.49 29.73 5.19 -
YUV 132.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 118 162 17 0.27 0 0.90 0.36 78.21 0.81 0.35
Hex 76 A2 11 1B 0 5A 24 4E 51 23
Octal 166 242 21 33 0 132 44 116 121 43
Binary 1110110 10100010 10001 11011 0 1011010 100100 1001110 1010001 100011

Color Harmonies of #76A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A211

Black with #76A211

Text Example


Text Example

White with #76A211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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