#76B215

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

Shades of Christi #76B215

Tints of Christi #76B215

Color information

#76B215 (or 0x76B215) is unknown color: approx Christi. HEX triplet: 76, B2 and 15. RGB value is (118,178,21). Sum of RGB (Red+Green+Blue) = 118+178+21=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #76B215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76B215 is #894DEA. Grayscale: #8E8E8E. Windows color (decimal): -8998379 or 1421942. OLE color: 1421942.

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

Color convert

RGB11817821-
CMYK0.3400.880.30
HSL82.93º78.89%39.02%-
HSV(B)82.93º88.2%69.8%-
XYZ23.5335.756.37-
YUV142.1659.62110.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 178 (69.92% from 255) = 56.15%
BLUE value IS 21 (8.59% from 255) = 6.62%
R=37.22%
G=56.15%
B=6.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118178210.3400.880.3082.9378.8939.02
Hex76B215220581E534f27
Octal166262254201303612311747
Binary11101101011001010101100010010110001111010100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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