Html Css Color HEX #069031 Pigment Green

📋 copy color: '#069031'

red 6 ◦ green 144 ◦ blue 49

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

Shades of Pigment Green #069031

Tints of Pigment Green #069031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 3.02%
G = 72.36%
B = 24.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#069031 (or 0x069031) is known color: Pigment Green. HEX triplet: 06, 90 and 31. RGB value is (6,144,49). Sum of RGB (Red+Green+Blue) = 6+144+49=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #069031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069031 is #F96FCE. Grayscale: #5C5C5C. Windows color (decimal): -16347087 or 3248134. OLE color: 3248134.

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

Color convert

RGB 6 144 49 -
CMYK 0.96 0 0.66 0.44
HSL 138.7º 0.92% 0.29% -
HSV(B) 138.7º 0.96% 0.56% -
XYZ 10.6 20.21 6.25 -
YUV 91.91 103.78 66.72 -
System Red Green Blue C M Y K H S L
Decimal 6 144 49 0.96 0 0.66 0.44 138.7 0.92 0.29
Hex 6 90 31 60 0 42 2C 8B 5C 1D
Octal 6 220 61 140 0 102 54 213 134 35
Binary 110 10010000 110001 1100000 0 1000010 101100 10001011 1011100 11101

Color Harmonies of #069031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069031

Black with #069031

Text Example


Text Example

White with #069031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069031; }

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

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

background-color css

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

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

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

border-color css

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

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

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