#069849

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

Shades of Pigment Green #069849

Tints of Pigment Green #069849

Color information

#069849 (or 0x069849) is unknown color: approx Pigment Green. HEX triplet: 06, 98 and 49. RGB value is (6,152,73). Sum of RGB (Red+Green+Blue) = 6+152+73=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #069849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069849 is #F967B6. Grayscale: #636363. Windows color (decimal): -16345015 or 4823046. OLE color: 4823046.

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

Color convert

RGB615273-
CMYK0.9600.520.40
HSL147.53º92.41%30.98%-
HSV(B)147.53º96.05%59.61%-
XYZ12.5122.9810.08-
YUV99.34113.1361.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 152 (59.77% from 255) = 65.80%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=2.60%
G=65.80%
B=31.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6152730.9600.520.40147.5392.4130.98
Hex698496003428945c1f
Octal62301111400645022413437
Binary1101001100010010011100000011010010100010010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069849; }

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

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

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

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

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

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

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

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