#078202

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

Shades of Green #078202

Tints of Green #078202

Color information

#078202 (or 0x078202) is unknown color: approx Green. HEX triplet: 07, 82 and 02. RGB value is (7,130,2). Sum of RGB (Red+Green+Blue) = 7+130+2=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 130 (51.17% from 255 or 93.53% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 130 - color contains mainly: green. Hex color #078202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078202 is #F87DFD. Grayscale: #4F4F4F. Windows color (decimal): -16285182 or 164359. OLE color: 164359.

HSL color Cylindrical-coordinate representation of color #078202: hue angle of 117.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #078202 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB71302-
CMYK0.9500.980.49
HSL117.66º96.97%25.88%-
HSV(B)117.66º98.46%50.98%-
XYZ8.0816.012.72-
YUV78.6384.7576.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 130 (51.17% from 255) = 93.53%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=5.04%
G=93.53%
B=1.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal713020.9500.980.49117.6696.9725.88
Hex78225F0623176611a
Octal7202213701426116614132
Binary11110000010101011111011000101100011110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078202; }

 p { color: rgb(7,130,2); }

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

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

 a { background-color: rgb(7,130,2); }

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

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

 span { border-color: rgb(7,130,2); }

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