#78B20F

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

Shades of Christi #78B20F

Tints of Christi #78B20F

Color information

#78B20F (or 0x78B20F) is unknown color: approx Christi. HEX triplet: 78, B2 and 0F. RGB value is (120,178,15). Sum of RGB (Red+Green+Blue) = 120+178+15=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #78B20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B20F is #874DF0. Grayscale: #8E8E8E. Windows color (decimal): -8867313 or 1028728. OLE color: 1028728.

HSL color Cylindrical-coordinate representation of color #78B20F: hue angle of 81.35º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78B20F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB12017815-
CMYK0.3300.920.30
HSL81.35º84.46%37.84%-
HSV(B)81.35º91.57%69.8%-
XYZ23.7535.876.12-
YUV142.0856.28112.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 178 (69.92% from 255) = 56.87%
BLUE value IS 15 (6.25% from 255) = 4.79%
R=38.34%
G=56.87%
B=4.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120178150.3300.920.3081.3584.4637.84
Hex78B2F2105C1E515426
Octal170262174101343612112446
Binary1111000101100101111100001010111001111010100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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