#78A60F

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

Shades of Christi #78A60F

Tints of Christi #78A60F

Color information

#78A60F (or 0x78A60F) is unknown color: approx Christi. HEX triplet: 78, A6 and 0F. RGB value is (120,166,15). Sum of RGB (Red+Green+Blue) = 120+166+15=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #78A60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78A60F is #8759F0. Grayscale: #878787. Windows color (decimal): -8870385 or 1025656. OLE color: 1025656.

HSL color Cylindrical-coordinate representation of color #78A60F: hue angle of 78.28º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78A60F is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB12016615-
CMYK0.2800.910.35
HSL78.28º83.43%35.49%-
HSV(B)78.28º90.96%65.1%-
XYZ21.4731.35.36-
YUV135.0360.26117.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.87%
GREEN value IS 166 (65.23% from 255) = 55.15%
BLUE value IS 15 (6.25% from 255) = 4.98%
R=39.87%
G=55.15%
B=4.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120166150.2800.910.3578.2883.4335.49
Hex78A6F1C05B234e5323
Octal170246173401334311612343
Binary1111000101001101111111000101101110001110011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,166,15); }

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

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

 a { background-color: rgb(120,166,15); }

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

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

 span { border-color: rgb(120,166,15); }

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