#069347

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

Shades of Pigment Green #069347

Tints of Pigment Green #069347

Color information

#069347 (or 0x069347) is unknown color: approx Pigment Green. HEX triplet: 06, 93 and 47. RGB value is (6,147,71). Sum of RGB (Red+Green+Blue) = 6+147+71=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #069347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069347 is #F96CB8. Grayscale: #606060. Windows color (decimal): -16346297 or 4690694. OLE color: 4690694.

HSL color Cylindrical-coordinate representation of color #069347: hue angle of 147.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069347 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB614771-
CMYK0.9600.520.42
HSL147.66º92.16%30%-
HSV(B)147.66º95.92%57.65%-
XYZ11.6521.369.47-
YUV96.18113.7963.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 147 (57.81% from 255) = 65.62%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=2.68%
G=65.62%
B=31.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6147710.9600.520.42147.6692.1630
Hex69347600342A945c1e
Octal62231071400645222413436
Binary1101001001110001111100000011010010101010010100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069347; }

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

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

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

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

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

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

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

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