#078A04

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

Shades of Green #078A04

Tints of Green #078A04

Color information

#078A04 (or 0x078A04) is unknown color: approx Green. HEX triplet: 07, 8A and 04. RGB value is (7,138,4). Sum of RGB (Red+Green+Blue) = 7+138+4=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 138 (54.30% from 255 or 92.62% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 138 - color contains mainly: green. Hex color #078A04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078A04 is #F875FB. Grayscale: #535353. Windows color (decimal): -16283132 or 297479. OLE color: 297479.

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

Color convert

RGB71384-
CMYK0.9500.970.46
HSL118.66º94.37%27.84%-
HSV(B)118.66º97.1%54.12%-
XYZ9.218.233.15-
YUV83.5683.173.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 138 (54.30% from 255) = 92.62%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=4.70%
G=92.62%
B=2.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal713840.9500.970.46118.6694.3727.84
Hex78A45F0612E775e1c
Octal7212413701415616713634
Binary111100010101001011111011000011011101110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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