Html Css Color HEX #069344 Pigment Green

📋 copy color: '#069344'

red 6 ◦ green 147 ◦ blue 68

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

Shades of Pigment Green #069344

Tints of Pigment Green #069344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.52%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 2.71%
G = 66.52%
B = 30.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#069344 (or 0x069344) is known color: Pigment Green. HEX triplet: 06, 93 and 44. RGB value is (6,147,68). Sum of RGB (Red+Green+Blue) = 6+147+68=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #069344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069344 is #F96CBB. Grayscale: #606060. Windows color (decimal): -16346300 or 4494086. OLE color: 4494086.

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

Color convert

RGB 6 147 68 -
CMYK 0.96 0 0.54 0.42
HSL 146.38º 0.92% 0.3% -
HSV(B) 146.38º 0.96% 0.58% -
XYZ 11.55 21.32 8.98 -
YUV 95.84 112.29 63.92 -
System Red Green Blue C M Y K H S L
Decimal 6 147 68 0.96 0 0.54 0.42 146.38 0.92 0.3
Hex 6 93 44 60 0 36 2A 92 5C 1E
Octal 6 223 104 140 0 66 52 222 134 36
Binary 110 10010011 1000100 1100000 0 110110 101010 10010010 1011100 11110

Color Harmonies of #069344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069344

Black with #069344

Text Example


Text Example

White with #069344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069344; }

 p { color: rgb(6,147,68); }

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

background-color css

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

 a { background-color: rgb(6,147,68); }

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

border-color css

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

 span { border-color: rgb(6,147,68); }

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