Html Css Color HEX #76B112 Christi

📋 copy color: '#76B112'

red 118 ◦ green 177 ◦ blue 18

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

Shades of Christi #76B112

Tints of Christi #76B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.55%

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

R = 37.7%
G = 56.55%
B = 5.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#76B112 (or 0x76B112) is known color: Christi. HEX triplet: 76, B1 and 12. RGB value is (118,177,18). Sum of RGB (Red+Green+Blue) = 118+177+18=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #76B112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B112 is #894EED. Grayscale: #8D8D8D. Windows color (decimal): -8998638 or 1225078. OLE color: 1225078.

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

Color convert

RGB 118 177 18 -
CMYK 0.33 0 0.90 0.31
HSL 82.26º 0.82% 0.38% -
HSV(B) 82.26º 0.9% 0.69% -
XYZ 23.3 35.34 6.17 -
YUV 141.23 58.45 111.43 -
System Red Green Blue C M Y K H S L
Decimal 118 177 18 0.33 0 0.90 0.31 82.26 0.82 0.38
Hex 76 B1 12 21 0 5A 1F 52 52 26
Octal 166 261 22 41 0 132 37 122 122 46
Binary 1110110 10110001 10010 100001 0 1011010 11111 1010010 1010010 100110

Color Harmonies of #76B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B112

Black with #76B112

Text Example


Text Example

White with #76B112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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