#079A50

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

Shades of Pigment Green #079A50

Tints of Pigment Green #079A50

Color information

#079A50 (or 0x079A50) is unknown color: approx Pigment Green. HEX triplet: 07, 9A and 50. RGB value is (7,154,80). Sum of RGB (Red+Green+Blue) = 7+154+80=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #079A50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079A50 is #F865AF. Grayscale: #656565. Windows color (decimal): -16278960 or 5282311. OLE color: 5282311.

HSL color Cylindrical-coordinate representation of color #079A50: hue angle of 149.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079A50 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB715480-
CMYK0.9500.480.40
HSL149.8º91.3%31.57%-
HSV(B)149.8º95.45%60.39%-
XYZ13.0923.7411.48-
YUV101.61115.860.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 154 (60.55% from 255) = 63.90%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=2.90%
G=63.90%
B=33.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7154800.9500.480.40149.891.331.57
Hex79A505F03028965b20
Octal72321201370605022613340
Binary11110011010101000010111110110000101000100101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079A50; }

 p { color: rgb(7,154,80); }

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

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

 a { background-color: rgb(7,154,80); }

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

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

 span { border-color: rgb(7,154,80); }

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