#079138

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

Shades of Pigment Green #079138

Tints of Pigment Green #079138

Color information

#079138 (or 0x079138) is unknown color: approx Pigment Green. HEX triplet: 07, 91 and 38. RGB value is (7,145,56). Sum of RGB (Red+Green+Blue) = 7+145+56=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #079138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079138 is #F86EC7. Grayscale: #5D5D5D. Windows color (decimal): -16281288 or 3707143. OLE color: 3707143.

HSL color Cylindrical-coordinate representation of color #079138: hue angle of 141.3º 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 #079138 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB714556-
CMYK0.9500.610.43
HSL141.3º90.79%29.8%-
HSV(B)141.3º95.17%56.86%-
XYZ10.9320.587.14-
YUV93.59106.7866.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 145 (57.03% from 255) = 69.71%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=3.37%
G=69.71%
B=26.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7145560.9500.610.43141.390.7929.8
Hex791385F03D2B8d5b1e
Octal7221701370755321513336
Binary111100100011110001011111011110110101110001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079138; }

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

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

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

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

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

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

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

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