#78B70F

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

Shades of Christi #78B70F

Tints of Christi #78B70F

Color information

#78B70F (or 0x78B70F) is unknown color: approx Christi. HEX triplet: 78, B7 and 0F. RGB value is (120,183,15). Sum of RGB (Red+Green+Blue) = 120+183+15=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #78B70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B70F is #8748F0. Grayscale: #919191. Windows color (decimal): -8866033 or 1030008. OLE color: 1030008.

HSL color Cylindrical-coordinate representation of color #78B70F: hue angle of 82.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78B70F is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB12018315-
CMYK0.3400.920.28
HSL82.5º84.85%38.82%-
HSV(B)82.5º91.8%71.76%-
XYZ24.7737.896.46-
YUV145.0154.63110.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 183 (71.88% from 255) = 57.55%
BLUE value IS 15 (6.25% from 255) = 4.72%
R=37.74%
G=57.55%
B=4.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183150.3400.920.2882.584.8538.82
Hex78B7F2205C1C525527
Octal170267174201343412212547
Binary1111000101101111111100010010111001110010100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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