#069036

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

Shades of Pigment Green #069036

Tints of Pigment Green #069036

Color information

#069036 (or 0x069036) is unknown color: approx Pigment Green. HEX triplet: 06, 90 and 36. RGB value is (6,144,54). Sum of RGB (Red+Green+Blue) = 6+144+54=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #069036 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069036 is #F96FC9. Grayscale: #5C5C5C. Windows color (decimal): -16347082 or 3575814. OLE color: 3575814.

HSL color Cylindrical-coordinate representation of color #069036: hue angle of 140.87º 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 #069036 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB614454-
CMYK0.9600.630.44
HSL140.87º92%29.41%-
HSV(B)140.87º95.83%56.47%-
XYZ10.7120.256.83-
YUV92.48106.2866.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 144 (56.64% from 255) = 70.59%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=2.94%
G=70.59%
B=26.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6144540.9600.630.44140.879229.41
Hex690366003F2C8d5c1d
Octal6220661400775421513435
Binary110100100001101101100000011111110110010001101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069036; }

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

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

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

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

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

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

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

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