#76B811

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

Shades of Christi #76B811

Tints of Christi #76B811

Color information

#76B811 (or 0x76B811) is unknown color: approx Christi. HEX triplet: 76, B8 and 11. RGB value is (118,184,17). Sum of RGB (Red+Green+Blue) = 118+184+17=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #76B811 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B811 is #8947EE. Grayscale: #919191. Windows color (decimal): -8996847 or 1161334. OLE color: 1161334.

HSL color Cylindrical-coordinate representation of color #76B811: hue angle of 83.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76B811 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB11818417-
CMYK0.3600.910.28
HSL83.71º83.08%39.41%-
HSV(B)83.71º90.76%72.16%-
XYZ24.7138.176.6-
YUV145.2355.63108.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 184 (72.27% from 255) = 57.68%
BLUE value IS 17 (7.03% from 255) = 5.33%
R=36.99%
G=57.68%
B=5.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118184170.3600.910.2883.7183.0839.41
Hex76B8112405B1C545327
Octal166270214401333412412347
Binary11101101011100010001100100010110111110010101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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