#078A16

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

Shades of Green #078A16

Tints of Green #078A16

Color information

#078A16 (or 0x078A16) is unknown color: approx Green. HEX triplet: 07, 8A and 16. RGB value is (7,138,22). Sum of RGB (Red+Green+Blue) = 7+138+22=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 138 (54.30% from 255 or 82.63% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 138 - color contains mainly: green. Hex color #078A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078A16 is #F875E9. Grayscale: #555555. Windows color (decimal): -16283114 or 1477127. OLE color: 1477127.

HSL color Cylindrical-coordinate representation of color #078A16: hue angle of 126.87º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A16 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB713822-
CMYK0.9500.840.46
HSL126.87º90.34%28.43%-
HSV(B)126.87º94.93%54.12%-
XYZ9.3218.283.8-
YUV85.6192.171.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.19%
GREEN value IS 138 (54.30% from 255) = 82.63%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=4.19%
G=82.63%
B=13.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7138220.9500.840.46126.8790.3428.43
Hex78A165F0542E7f5a1c
Octal72122613701245617713234
Binary11110001010101101011111010101001011101111111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,138,22); }

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

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

 a { background-color: rgb(7,138,22); }

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

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

 span { border-color: rgb(7,138,22); }

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