#069149

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

Shades of Pigment Green #069149

Tints of Pigment Green #069149

Color information

#069149 (or 0x069149) is unknown color: approx Pigment Green. HEX triplet: 06, 91 and 49. RGB value is (6,145,73). Sum of RGB (Red+Green+Blue) = 6+145+73=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 145 (57.03% from 255 or 64.73% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 145 - color contains mainly: green. Hex color #069149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069149 is #F96EB6. Grayscale: #5F5F5F. Windows color (decimal): -16346807 or 4821254. OLE color: 4821254.

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

Color convert

RGB614573-
CMYK0.9600.500.43
HSL148.92º92.05%29.61%-
HSV(B)148.92º95.86%56.86%-
XYZ11.420.779.71-
YUV95.23115.4564.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 145 (57.03% from 255) = 64.73%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=2.68%
G=64.73%
B=32.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6145730.9600.500.43148.9292.0529.61
Hex69149600322B955c1e
Octal62211111400625322513436
Binary1101001000110010011100000011001010101110010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069149; }

 p { color: rgb(6,145,73); }

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

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

 a { background-color: rgb(6,145,73); }

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

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

 span { border-color: rgb(6,145,73); }

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