#76a715

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

Shades of Christi #76A715

Tints of Christi #76A715

Color information

#76A715 (or 0x76A715) is unknown color: approx Christi. HEX triplet: 76, A7 and 15. RGB value is (118,167,21). Sum of RGB (Red+Green+Blue) = 118+167+21=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #76A715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76A715 is #8958EA. Grayscale: #888888. Windows color (decimal): -9001195 or 1419126. OLE color: 1419126.

HSL color Cylindrical-coordinate representation of color #76A715: hue angle of 80.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76A715 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB11816721-
CMYK0.2900.870.35
HSL80.14º77.66%36.86%-
HSV(B)80.14º87.43%65.49%-
XYZ21.4331.545.67-
YUV135.763.27115.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 167 (65.62% from 255) = 54.58%
BLUE value IS 21 (8.59% from 255) = 6.86%
R=38.56%
G=54.58%
B=6.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167210.2900.870.3580.1477.6636.86
Hex76A7151D05723504e25
Octal166247253501274312011645
Binary11101101010011110101111010101011110001110100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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