Html Css Color HEX #069134 Pigment Green

📋 copy color: '#069134'

red 6 ◦ green 145 ◦ blue 52

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

Shades of Pigment Green #069134

Tints of Pigment Green #069134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 71.43%

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

R = 2.96%
G = 71.43%
B = 25.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#069134 (or 0x069134) is known color: Pigment Green. HEX triplet: 06, 91 and 34. RGB value is (6,145,52). Sum of RGB (Red+Green+Blue) = 6+145+52=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #069134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069134 is #F96ECB. Grayscale: #5D5D5D. Windows color (decimal): -16346828 or 3444998. OLE color: 3444998.

HSL color Cylindrical-coordinate representation of color #069134: hue angle of 139.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069134 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 52 -
CMYK 0.96 0 0.64 0.43
HSL 139.86º 0.92% 0.3% -
HSV(B) 139.86º 0.96% 0.57% -
XYZ 10.82 20.54 6.64 -
YUV 92.84 104.95 66.06 -
System Red Green Blue C M Y K H S L
Decimal 6 145 52 0.96 0 0.64 0.43 139.86 0.92 0.3
Hex 6 91 34 60 0 40 2B 8C 5C 1E
Octal 6 221 64 140 0 100 53 214 134 36
Binary 110 10010001 110100 1100000 0 1000000 101011 10001100 1011100 11110

Color Harmonies of #069134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069134

Black with #069134

Text Example


Text Example

White with #069134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069134; }

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

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

background-color css

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

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

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

border-color css

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

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

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