Html Css Color HEX #069434 Pigment Green

📋 copy color: '#069434'

red 6 ◦ green 148 ◦ blue 52

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

Shades of Pigment Green #069434

Tints of Pigment Green #069434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.84%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 2.91%
G = 71.84%
B = 25.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#069434 (or 0x069434) is known color: Pigment Green. HEX triplet: 06, 94 and 34. RGB value is (6,148,52). Sum of RGB (Red+Green+Blue) = 6+148+52=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #069434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069434 is #F96BCB. Grayscale: #5E5E5E. Windows color (decimal): -16346060 or 3445766. OLE color: 3445766.

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

Color convert

RGB 6 148 52 -
CMYK 0.96 0 0.65 0.42
HSL 139.44º 0.92% 0.3% -
HSV(B) 139.44º 0.96% 0.58% -
XYZ 11.28 21.47 6.8 -
YUV 94.6 103.96 64.81 -
System Red Green Blue C M Y K H S L
Decimal 6 148 52 0.96 0 0.65 0.42 139.44 0.92 0.3
Hex 6 94 34 60 0 41 2A 8B 5C 1E
Octal 6 224 64 140 0 101 52 213 134 36
Binary 110 10010100 110100 1100000 0 1000001 101010 10001011 1011100 11110

Color Harmonies of #069434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069434

Black with #069434

Text Example


Text Example

White with #069434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069434; }

 p { color: rgb(6,148,52); }

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

background-color css

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

 a { background-color: rgb(6,148,52); }

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

border-color css

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

 span { border-color: rgb(6,148,52); }

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