#78B406

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

Shades of Christi #78B406

Tints of Christi #78B406

Color information

#78B406 (or 0x78B406) is unknown color: approx Christi. HEX triplet: 78, B4 and 06. RGB value is (120,180,6). Sum of RGB (Red+Green+Blue) = 120+180+6=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #78B406 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B406 is #874BF9. Grayscale: #8E8E8E. Windows color (decimal): -8866810 or 439416. OLE color: 439416.

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

Color convert

RGB1201806-
CMYK0.3300.970.29
HSL80.69º93.55%36.47%-
HSV(B)80.69º96.67%70.59%-
XYZ24.136.655.98-
YUV142.2251.12112.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 180 (70.70% from 255) = 58.82%
BLUE value IS 6 (2.73% from 255) = 1.96%
R=39.22%
G=58.82%
B=1.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12018060.3300.970.2980.6993.5536.47
Hex78B46210611D515e24
Octal17026464101413512113644
Binary111100010110100110100001011000011110110100011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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