Html Css Color HEX #069552 Pigment Green

📋 copy color: '#069552'

red 6 ◦ green 149 ◦ blue 82

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

Shades of Pigment Green #069552

Tints of Pigment Green #069552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 2.53%
G = 62.87%
B = 34.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#069552 (or 0x069552) is known color: Pigment Green. HEX triplet: 06, 95 and 52. RGB value is (6,149,82). Sum of RGB (Red+Green+Blue) = 6+149+82=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #069552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069552 is #F96AAD. Grayscale: #626262. Windows color (decimal): -16345774 or 5412102. OLE color: 5412102.

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

Color convert

RGB 6 149 82 -
CMYK 0.96 0 0.45 0.42
HSL 151.89º 0.92% 0.3% -
HSV(B) 151.89º 0.96% 0.58% -
XYZ 12.35 22.14 11.61 -
YUV 98.61 118.62 61.95 -
System Red Green Blue C M Y K H S L
Decimal 6 149 82 0.96 0 0.45 0.42 151.89 0.92 0.3
Hex 6 95 52 60 0 2D 2A 98 5C 1E
Octal 6 225 122 140 0 55 52 230 134 36
Binary 110 10010101 1010010 1100000 0 101101 101010 10011000 1011100 11110

Color Harmonies of #069552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069552

Black with #069552

Text Example


Text Example

White with #069552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069552; }

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

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

background-color css

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

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

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

border-color css

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

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

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