#079032

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

Shades of Pigment Green #079032

Tints of Pigment Green #079032

Color information

#079032 (or 0x079032) is unknown color: approx Pigment Green. HEX triplet: 07, 90 and 32. RGB value is (7,144,50). Sum of RGB (Red+Green+Blue) = 7+144+50=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #079032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079032 is #F86FCD. Grayscale: #5C5C5C. Windows color (decimal): -16281550 or 3313671. OLE color: 3313671.

HSL color Cylindrical-coordinate representation of color #079032: hue angle of 138.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079032 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB714450-
CMYK0.9500.650.44
HSL138.83º90.73%29.61%-
HSV(B)138.83º95.14%56.47%-
XYZ10.6420.226.36-
YUV92.32104.1167.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 144 (56.64% from 255) = 71.64%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=3.48%
G=71.64%
B=24.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7144500.9500.650.44138.8390.7329.61
Hex790325F0412C8b5b1e
Octal72206213701015421313336
Binary1111001000011001010111110100000110110010001011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079032; }

 p { color: rgb(7,144,50); }

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

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

 a { background-color: rgb(7,144,50); }

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

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

 span { border-color: rgb(7,144,50); }

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