#079132

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

Shades of Pigment Green #079132

Tints of Pigment Green #079132

Color information

#079132 (or 0x079132) is unknown color: approx Pigment Green. HEX triplet: 07, 91 and 32. RGB value is (7,145,50). Sum of RGB (Red+Green+Blue) = 7+145+50=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #079132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079132 is #F86ECD. Grayscale: #5D5D5D. Windows color (decimal): -16281294 or 3313927. OLE color: 3313927.

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

Color convert

RGB714550-
CMYK0.9500.660.43
HSL138.7º90.79%29.8%-
HSV(B)138.7º95.17%56.86%-
XYZ10.7920.536.41-
YUV92.91103.7866.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 145 (57.03% from 255) = 71.78%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=3.47%
G=71.78%
B=24.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7145500.9500.660.43138.790.7929.8
Hex791325F0422B8b5b1e
Octal72216213701025321313336
Binary1111001000111001010111110100001010101110001011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079132; }

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

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

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

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

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

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

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

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