#07964E

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

Shades of Pigment Green #07964E

Tints of Pigment Green #07964E

Color information

#07964E (or 0x07964E) is unknown color: approx Pigment Green. HEX triplet: 07, 96 and 4E. RGB value is (7,150,78). Sum of RGB (Red+Green+Blue) = 7+150+78=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #07964E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07964E is #F869B1. Grayscale: #636363. Windows color (decimal): -16279986 or 5150215. OLE color: 5150215.

HSL color Cylindrical-coordinate representation of color #07964E: hue angle of 149.79º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07964E is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB715078-
CMYK0.9500.480.41
HSL149.79º91.08%30.78%-
HSV(B)149.79º95.33%58.82%-
XYZ12.3722.4110.88-
YUV99.04116.1262.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.98%
GREEN value IS 150 (58.98% from 255) = 63.83%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=2.98%
G=63.83%
B=33.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7150780.9500.480.41149.7991.0830.78
Hex7964E5F03029965b1f
Octal72261161370605122613337
Binary1111001011010011101011111011000010100110010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07964E; }

 p { color: rgb(7,150,78); }

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

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

 a { background-color: rgb(7,150,78); }

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

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

 span { border-color: rgb(7,150,78); }

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