#078C0E

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

Shades of Green #078C0E

Tints of Green #078C0E

Color information

#078C0E (or 0x078C0E) is unknown color: approx Green. HEX triplet: 07, 8C and 0E. RGB value is (7,140,14). Sum of RGB (Red+Green+Blue) = 7+140+14=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 140 (55.08% from 255 or 86.96% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 140 - color contains mainly: green. Hex color #078C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078C0E is #F873F1. Grayscale: #565656. Windows color (decimal): -16282610 or 953351. OLE color: 953351.

HSL color Cylindrical-coordinate representation of color #078C0E: hue angle of 123.16º 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 #078C0E is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB714014-
CMYK0.9500.900.45
HSL123.16º90.48%28.82%-
HSV(B)123.16º95%54.9%-
XYZ9.5418.833.55-
YUV85.8787.4471.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 140 (55.08% from 255) = 86.96%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=4.35%
G=86.96%
B=8.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7140140.9500.900.45123.1690.4828.82
Hex78CE5F05A2D7b5a1d
Octal72141613701325517313235
Binary1111000110011101011111010110101011011111011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,140,14); }

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

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

 a { background-color: rgb(7,140,14); }

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

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

 span { border-color: rgb(7,140,14); }

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