#76B713

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

Shades of Christi #76B713

Tints of Christi #76B713

Color information

#76B713 (or 0x76B713) is unknown color: approx Christi. HEX triplet: 76, B7 and 13. RGB value is (118,183,19). Sum of RGB (Red+Green+Blue) = 118+183+19=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #76B713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B713 is #8948EC. Grayscale: #919191. Windows color (decimal): -8997101 or 1292150. OLE color: 1292150.

HSL color Cylindrical-coordinate representation of color #76B713: hue angle of 83.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76B713 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB11818319-
CMYK0.3600.900.28
HSL83.78º81.19%39.61%-
HSV(B)83.78º89.62%71.76%-
XYZ24.5237.776.61-
YUV144.8756.97108.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 183 (71.88% from 255) = 57.19%
BLUE value IS 19 (7.81% from 255) = 5.94%
R=36.88%
G=57.19%
B=5.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183190.3600.900.2883.7881.1939.61
Hex76B7132405A1C545128
Octal166267234401323412412150
Binary11101101011011110011100100010110101110010101001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,19); }

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

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

 a { background-color: rgb(118,183,19); }

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

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

 span { border-color: rgb(118,183,19); }

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