#078B10

Color #078B10 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #078B10

Tints of Green #078B10

Color information

#078B10 (or 0x078B10) is unknown color: approx Green. HEX triplet: 07, 8B and 10. RGB value is (7,139,16). Sum of RGB (Red+Green+Blue) = 7+139+16=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 139 (54.69% from 255 or 85.80% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 139 - color contains mainly: green. Hex color #078B10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078B10 is #F874EF. Grayscale: #555555. Windows color (decimal): -16282864 or 1084167. OLE color: 1084167.

HSL color Cylindrical-coordinate representation of color #078B10: hue angle of 124.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B10 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB713916-
CMYK0.9500.880.45
HSL124.09º90.41%28.63%-
HSV(B)124.09º94.96%54.51%-
XYZ9.4118.553.57-
YUV85.5188.7772-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 139 (54.69% from 255) = 85.80%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=4.32%
G=85.80%
B=9.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7139160.9500.880.45124.0990.4128.63
Hex78B105F0582D7c5a1d
Octal72132013701305517413235
Binary11110001011100001011111010110001011011111100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078B10; }

 p { color: rgb(7,139,16); }

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

<style>
 a { background-color: #078B10; }

 a { background-color: rgb(7,139,16); }

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

<style>
 span { border-color: #078B10; }

 span { border-color: rgb(7,139,16); }

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