#76B217

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

Shades of Christi #76B217

Tints of Christi #76B217

Color information

#76B217 (or 0x76B217) is unknown color: approx Christi. HEX triplet: 76, B2 and 17. RGB value is (118,178,23). Sum of RGB (Red+Green+Blue) = 118+178+23=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #76B217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B217 is #894DE8. Grayscale: #8E8E8E. Windows color (decimal): -8998377 or 1553014. OLE color: 1553014.

HSL color Cylindrical-coordinate representation of color #76B217: hue angle of 83.23º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76B217 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB11817823-
CMYK0.3400.870.30
HSL83.23º77.11%39.41%-
HSV(B)83.23º87.08%69.8%-
XYZ23.5535.756.47-
YUV142.3960.62110.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 23 (9.38% from 255) = 7.21%
R=36.99%
G=55.80%
B=7.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118178230.3400.870.3083.2377.1139.41
Hex76B217220571E534d27
Octal166262274201273612311547
Binary11101101011001010111100010010101111111010100111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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