#78B40A

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

Shades of Christi #78B40A

Tints of Christi #78B40A

Color information

#78B40A (or 0x78B40A) is unknown color: approx Christi. HEX triplet: 78, B4 and 0A. RGB value is (120,180,10). Sum of RGB (Red+Green+Blue) = 120+180+10=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #78B40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B40A is #874BF5. Grayscale: #8F8F8F. Windows color (decimal): -8866806 or 701560. OLE color: 701560.

HSL color Cylindrical-coordinate representation of color #78B40A: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78B40A is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB12018010-
CMYK0.3300.940.29
HSL81.18º89.47%37.25%-
HSV(B)81.18º94.44%70.59%-
XYZ24.1236.666.09-
YUV142.6853.12111.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 10 (4.30% from 255) = 3.23%
R=38.71%
G=58.06%
B=3.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120180100.3300.940.2981.1889.4737.25
Hex78B4A2105E1D515925
Octal170264124101363512113145
Binary1111000101101001010100001010111101110110100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,10); }

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

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

 a { background-color: rgb(120,180,10); }

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

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

 span { border-color: rgb(120,180,10); }

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