#069046

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

Shades of Pigment Green #069046

Tints of Pigment Green #069046

Color information

#069046 (or 0x069046) is unknown color: approx Pigment Green. HEX triplet: 06, 90 and 46. RGB value is (6,144,70). Sum of RGB (Red+Green+Blue) = 6+144+70=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #069046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069046 is #F96FB9. Grayscale: #5E5E5E. Windows color (decimal): -16347066 or 4624390. OLE color: 4624390.

HSL color Cylindrical-coordinate representation of color #069046: hue angle of 147.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069046 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB614470-
CMYK0.9600.510.44
HSL147.83º92%29.41%-
HSV(B)147.83º95.83%56.47%-
XYZ11.1520.439.15-
YUV94.3114.2865.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 144 (56.64% from 255) = 65.45%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=2.73%
G=65.45%
B=31.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6144700.9600.510.44147.839229.41
Hex69046600332C945c1d
Octal62201061400635422413435
Binary1101001000010001101100000011001110110010010100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069046; }

 p { color: rgb(6,144,70); }

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

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

 a { background-color: rgb(6,144,70); }

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

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

 span { border-color: rgb(6,144,70); }

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