#76B317

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

Shades of Christi #76B317

Tints of Christi #76B317

Color information

#76B317 (or 0x76B317) is unknown color: approx Christi. HEX triplet: 76, B3 and 17. RGB value is (118,179,23). Sum of RGB (Red+Green+Blue) = 118+179+23=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #76B317 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B317 is #894CE8. Grayscale: #8F8F8F. Windows color (decimal): -8998121 or 1553270. OLE color: 1553270.

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

Color convert

RGB11817923-
CMYK0.3400.870.30
HSL83.46º77.23%39.61%-
HSV(B)83.46º87.15%70.2%-
XYZ23.7536.156.54-
YUV142.9860.29110.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 179 (70.31% from 255) = 55.94%
BLUE value IS 23 (9.38% from 255) = 7.19%
R=36.88%
G=55.94%
B=7.19%

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
Decimal118179230.3400.870.3083.4677.2339.61
Hex76B317220571E534d28
Octal166263274201273612311550
Binary11101101011001110111100010010101111111010100111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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