#06A747

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

Shades of Pigment Green #06A747

Tints of Pigment Green #06A747

Color information

#06A747 (or 0x06A747) is unknown color: approx Pigment Green. HEX triplet: 06, A7 and 47. RGB value is (6,167,71). Sum of RGB (Red+Green+Blue) = 6+167+71=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 167 (65.62% from 255 or 68.44% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 167 - color contains mainly: green. Hex color #06A747 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A747 is #F958B8. Grayscale: #6C6C6C. Windows color (decimal): -16341177 or 4695814. OLE color: 4695814.

HSL color Cylindrical-coordinate representation of color #06A747: hue angle of 144.22º degrees, saturation: 0.93, 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 #06A747 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB616771-
CMYK0.9600.570.35
HSL144.22º93.06%33.92%-
HSV(B)144.22º96.41%65.49%-
XYZ15.0328.1310.6-
YUV107.92107.1655.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 167 (65.62% from 255) = 68.44%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=2.46%
G=68.44%
B=29.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6167710.9600.570.35144.2293.0633.92
Hex6A7476003923905d22
Octal62471071400714322013542
Binary11010100111100011111000000111001100011100100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A747; }

 p { color: rgb(6,167,71); }

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

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

 a { background-color: rgb(6,167,71); }

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

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

 span { border-color: rgb(6,167,71); }

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