Html Css Color HEX #069040 Pigment Green

📋 copy color: '#069040'

red 6 ◦ green 144 ◦ blue 64

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

Shades of Pigment Green #069040

Tints of Pigment Green #069040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 2.8%
G = 67.29%
B = 29.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#069040 (or 0x069040) is known color: Pigment Green. HEX triplet: 06, 90 and 40. RGB value is (6,144,64). Sum of RGB (Red+Green+Blue) = 6+144+64=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #069040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069040 is #F96FBF. Grayscale: #5D5D5D. Windows color (decimal): -16347072 or 4231174. OLE color: 4231174.

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

Color convert

RGB 6 144 64 -
CMYK 0.96 0 0.56 0.44
HSL 145.22º 0.92% 0.29% -
HSV(B) 145.22º 0.96% 0.56% -
XYZ 10.97 20.36 8.2 -
YUV 93.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 6 144 64 0.96 0 0.56 0.44 145.22 0.92 0.29
Hex 6 90 40 60 0 38 2C 91 5C 1D
Octal 6 220 100 140 0 70 54 221 134 35
Binary 110 10010000 1000000 1100000 0 111000 101100 10010001 1011100 11101

Color Harmonies of #069040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069040

Black with #069040

Text Example


Text Example

White with #069040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069040; }

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

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

background-color css

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

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

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

border-color css

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

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

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