#069532

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

Shades of Pigment Green #069532

Tints of Pigment Green #069532

Color information

#069532 (or 0x069532) is unknown color: approx Pigment Green. HEX triplet: 06, 95 and 32. RGB value is (6,149,50). Sum of RGB (Red+Green+Blue) = 6+149+50=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #069532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069532 is #F96ACD. Grayscale: #5F5F5F. Windows color (decimal): -16345806 or 3314950. OLE color: 3314950.

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

Color convert

RGB614950-
CMYK0.9600.660.42
HSL138.46º92.26%30.39%-
HSV(B)138.46º95.97%58.43%-
XYZ11.421.766.62-
YUV94.96102.6264.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 149 (58.59% from 255) = 72.68%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=2.93%
G=72.68%
B=24.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6149500.9600.660.42138.4692.2630.39
Hex69532600422A8a5c1e
Octal62256214001025221213436
Binary1101001010111001011000000100001010101010001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069532; }

 p { color: rgb(6,149,50); }

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

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

 a { background-color: rgb(6,149,50); }

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

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

 span { border-color: rgb(6,149,50); }

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