#78A215

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

Shades of Christi #78A215

Tints of Christi #78A215

Color information

#78A215 (or 0x78A215) is unknown color: approx Christi. HEX triplet: 78, A2 and 15. RGB value is (120,162,21). Sum of RGB (Red+Green+Blue) = 120+162+21=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #78A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A215 is #875DEA. Grayscale: #858585. Windows color (decimal): -8871403 or 1417848. OLE color: 1417848.

HSL color Cylindrical-coordinate representation of color #78A215: hue angle of 77.87º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78A215 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB12016221-
CMYK0.2600.870.36
HSL77.87º77.05%35.88%-
HSV(B)77.87º87.04%63.53%-
XYZ20.829.895.38-
YUV133.3764.59118.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=39.60%
G=53.47%
B=6.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120162210.2600.870.3677.8777.0535.88
Hex78A2151A057244e4d24
Octal170242253201274411611544
Binary11110001010001010101110100101011110010010011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A215; }

 p { color: rgb(120,162,21); }

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

<style>
 a { background-color: #78A215; }

 a { background-color: rgb(120,162,21); }

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

<style>
 span { border-color: #78A215; }

 span { border-color: rgb(120,162,21); }

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