#76B116

Color #76B116 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #76B116

Tints of Christi #76B116

Color information

#76B116 (or 0x76B116) is unknown color: approx Christi. HEX triplet: 76, B1 and 16. RGB value is (118,177,22). Sum of RGB (Red+Green+Blue) = 118+177+22=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #76B116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B116 is #894EE9. Grayscale: #8E8E8E. Windows color (decimal): -8998634 or 1487222. OLE color: 1487222.

HSL color Cylindrical-coordinate representation of color #76B116: hue angle of 82.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76B116 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB11817722-
CMYK0.3300.880.31
HSL82.84º77.89%39.02%-
HSV(B)82.84º87.57%69.41%-
XYZ23.3435.356.35-
YUV141.6960.45111.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=37.22%
G=55.84%
B=6.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118177220.3300.880.3182.8477.8939.02
Hex76B116210581F534e27
Octal166261264101303712311647
Binary11101101011000110110100001010110001111110100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76B116;
 }
 .AnyTagClassName
 {
   color: #76B116;
 }
</style>
background-color css

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

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

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

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

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

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