#069D31

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

Shades of Pigment Green #069D31

Tints of Pigment Green #069D31

Color information

#069D31 (or 0x069D31) is unknown color: approx Pigment Green. HEX triplet: 06, 9D and 31. RGB value is (6,157,49). Sum of RGB (Red+Green+Blue) = 6+157+49=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #069D31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069D31 is #F962CE. Grayscale: #636363. Windows color (decimal): -16343759 or 3251462. OLE color: 3251462.

HSL color Cylindrical-coordinate representation of color #069D31: hue angle of 137.09º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069D31 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB615749-
CMYK0.9600.690.38
HSL137.09º92.64%31.96%-
HSV(B)137.09º96.18%61.57%-
XYZ12.6924.376.94-
YUV99.5499.4761.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 157 (61.72% from 255) = 74.06%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=2.83%
G=74.06%
B=23.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6157490.9600.690.38137.0992.6431.96
Hex69D316004526895d20
Octal62356114001054621113540
Binary11010011101110001110000001000101100110100010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069D31; }

 p { color: rgb(6,157,49); }

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

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

 a { background-color: rgb(6,157,49); }

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

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

 span { border-color: rgb(6,157,49); }

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