Html Css Color HEX #76B212 Christi

📋 copy color: '#76B212'

red 118 ◦ green 178 ◦ blue 18

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

Shades of Christi #76B212

Tints of Christi #76B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.69%

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

R = 37.58%
G = 56.69%
B = 5.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#76B212 (or 0x76B212) is known color: Christi. HEX triplet: 76, B2 and 12. RGB value is (118,178,18). Sum of RGB (Red+Green+Blue) = 118+178+18=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #76B212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B212 is #894DED. Grayscale: #8E8E8E. Windows color (decimal): -8998382 or 1225334. OLE color: 1225334.

HSL color Cylindrical-coordinate representation of color #76B212: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76B212 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 18 -
CMYK 0.34 0 0.90 0.30
HSL 82.5º 0.82% 0.38% -
HSV(B) 82.5º 0.9% 0.7% -
XYZ 23.5 35.74 6.23 -
YUV 141.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 118 178 18 0.34 0 0.90 0.30 82.5 0.82 0.38
Hex 76 B2 12 22 0 5A 1E 52 52 26
Octal 166 262 22 42 0 132 36 122 122 46
Binary 1110110 10110010 10010 100010 0 1011010 11110 1010010 1010010 100110

Color Harmonies of #76B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B212

Black with #76B212

Text Example


Text Example

White with #76B212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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