Html Css Color HEX #069032 Pigment Green

📋 copy color: '#069032'

red 6 ◦ green 144 ◦ blue 50

#069032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #069032

Tints of Pigment Green #069032

RGB

 RED value IS 6 (2.73% from 255) = 3%

 GREEN value IS 144 (56.64% from 255) = 72%

 BLUE value IS 50 (19.92% from 255) = 25%

R = 3%
G = 72%
B = 25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#069032 (or 0x069032) is known color: Pigment Green. HEX triplet: 06, 90 and 32. RGB value is (6,144,50). Sum of RGB (Red+Green+Blue) = 6+144+50=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #069032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069032 is #F96FCD. Grayscale: #5C5C5C. Windows color (decimal): -16347086 or 3313670. OLE color: 3313670.

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

Color convert

RGB 6 144 50 -
CMYK 0.96 0 0.65 0.44
HSL 139.13º 0.92% 0.29% -
HSV(B) 139.13º 0.96% 0.56% -
XYZ 10.62 20.22 6.36 -
YUV 92.02 104.28 66.64 -
System Red Green Blue C M Y K H S L
Decimal 6 144 50 0.96 0 0.65 0.44 139.13 0.92 0.29
Hex 6 90 32 60 0 41 2C 8B 5C 1D
Octal 6 220 62 140 0 101 54 213 134 35
Binary 110 10010000 110010 1100000 0 1000001 101100 10001011 1011100 11101

Color Harmonies of #069032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069032

Black with #069032

Text Example


Text Example

White with #069032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069032; }

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

 H1.HeaderClassName
 {
   color: #069032;
 }
 .AnyTagClassName
 {
   color: #069032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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