Html Css Color HEX #069042 Pigment Green

📋 copy color: '#069042'

red 6 ◦ green 144 ◦ blue 66

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

Shades of Pigment Green #069042

Tints of Pigment Green #069042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 2.78%
G = 66.67%
B = 30.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#069042 (or 0x069042) is known color: Pigment Green. HEX triplet: 06, 90 and 42. RGB value is (6,144,66). Sum of RGB (Red+Green+Blue) = 6+144+66=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #069042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069042 is #F96FBD. Grayscale: #5E5E5E. Windows color (decimal): -16347070 or 4362246. OLE color: 4362246.

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

Color convert

RGB 6 144 66 -
CMYK 0.96 0 0.54 0.44
HSL 146.09º 0.92% 0.29% -
HSV(B) 146.09º 0.96% 0.56% -
XYZ 11.03 20.38 8.51 -
YUV 93.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 6 144 66 0.96 0 0.54 0.44 146.09 0.92 0.29
Hex 6 90 42 60 0 36 2C 92 5C 1D
Octal 6 220 102 140 0 66 54 222 134 35
Binary 110 10010000 1000010 1100000 0 110110 101100 10010010 1011100 11101

Color Harmonies of #069042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069042

Black with #069042

Text Example


Text Example

White with #069042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069042; }

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

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

background-color css

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

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

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

border-color css

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

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

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