Html Css Color HEX #069534 Pigment Green

📋 copy color: '#069534'

red 6 ◦ green 149 ◦ blue 52

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

Shades of Pigment Green #069534

Tints of Pigment Green #069534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 71.98%

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

R = 2.9%
G = 71.98%
B = 25.12%

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

#069534 (or 0x069534) is known color: Pigment Green. HEX triplet: 06, 95 and 34. RGB value is (6,149,52). Sum of RGB (Red+Green+Blue) = 6+149+52=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #069534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069534 is #F96ACB. Grayscale: #5F5F5F. Windows color (decimal): -16345804 or 3446022. OLE color: 3446022.

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

Color convert

RGB 6 149 52 -
CMYK 0.96 0 0.65 0.42
HSL 139.3º 0.92% 0.3% -
HSV(B) 139.3º 0.96% 0.58% -
XYZ 11.44 21.78 6.85 -
YUV 95.19 103.62 64.39 -
System Red Green Blue C M Y K H S L
Decimal 6 149 52 0.96 0 0.65 0.42 139.3 0.92 0.3
Hex 6 95 34 60 0 41 2A 8B 5C 1E
Octal 6 225 64 140 0 101 52 213 134 36
Binary 110 10010101 110100 1100000 0 1000001 101010 10001011 1011100 11110

Color Harmonies of #069534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069534

Black with #069534

Text Example


Text Example

White with #069534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069534; }

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

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

background-color css

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

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

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

border-color css

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

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

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