#06A748

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

Shades of Pigment Green #06A748

Tints of Pigment Green #06A748

Color information

#06A748 (or 0x06A748) is unknown color: approx Pigment Green. HEX triplet: 06, A7 and 48. RGB value is (6,167,72). Sum of RGB (Red+Green+Blue) = 6+167+72=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 167 (65.62% from 255 or 68.16% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 167 - color contains mainly: green. Hex color #06A748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A748 is #F958B7. Grayscale: #6C6C6C. Windows color (decimal): -16341176 or 4761350. OLE color: 4761350.

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

Color convert

RGB616772-
CMYK0.9600.570.35
HSL144.6º93.06%33.92%-
HSV(B)144.6º96.41%65.49%-
XYZ15.0628.1410.77-
YUV108.03107.6655.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 167 (65.62% from 255) = 68.16%
BLUE value IS 72 (28.52% from 255) = 29.39%
R=2.45%
G=68.16%
B=29.39%

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
Decimal6167720.9600.570.35144.693.0633.92
Hex6A7486003923915d22
Octal62471101400714322113542
Binary11010100111100100011000000111001100011100100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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