#07A544

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

Shades of Pigment Green #07A544

Tints of Pigment Green #07A544

Color information

#07A544 (or 0x07A544) is unknown color: approx Pigment Green. HEX triplet: 07, A5 and 44. RGB value is (7,165,68). Sum of RGB (Red+Green+Blue) = 7+165+68=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #07A544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A544 is #F85ABB. Grayscale: #6A6A6A. Windows color (decimal): -16276156 or 4498695. OLE color: 4498695.

HSL color Cylindrical-coordinate representation of color #07A544: hue angle of 143.16º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A544 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB716568-
CMYK0.9600.590.35
HSL143.16º91.86%33.73%-
HSV(B)143.16º95.76%64.71%-
XYZ14.5927.379.98-
YUV106.7106.1556.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.92%
GREEN value IS 165 (64.84% from 255) = 68.75%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=2.92%
G=68.75%
B=28.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7165680.9600.590.35143.1691.8633.73
Hex7A5446003B238f5c22
Octal72451041400734321713442
Binary11110100101100010011000000111011100011100011111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A544; }

 p { color: rgb(7,165,68); }

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

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

 a { background-color: rgb(7,165,68); }

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

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

 span { border-color: rgb(7,165,68); }

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