Html Css Color HEX #069452 Pigment Green

📋 copy color: '#069452'

red 6 ◦ green 148 ◦ blue 82

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

Shades of Pigment Green #069452

Tints of Pigment Green #069452

RGB

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

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

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

R = 2.54%
G = 62.71%
B = 34.75%

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

#069452 (or 0x069452) is known color: Pigment Green. HEX triplet: 06, 94 and 52. RGB value is (6,148,82). Sum of RGB (Red+Green+Blue) = 6+148+82=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #069452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069452 is #F96BAD. Grayscale: #626262. Windows color (decimal): -16346030 or 5411846. OLE color: 5411846.

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

Color convert

RGB 6 148 82 -
CMYK 0.96 0 0.45 0.42
HSL 152.11º 0.92% 0.3% -
HSV(B) 152.11º 0.96% 0.58% -
XYZ 12.19 21.83 11.55 -
YUV 98.02 118.96 62.37 -
System Red Green Blue C M Y K H S L
Decimal 6 148 82 0.96 0 0.45 0.42 152.11 0.92 0.3
Hex 6 94 52 60 0 2D 2A 98 5C 1E
Octal 6 224 122 140 0 55 52 230 134 36
Binary 110 10010100 1010010 1100000 0 101101 101010 10011000 1011100 11110

Color Harmonies of #069452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069452

Black with #069452

Text Example


Text Example

White with #069452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069452; }

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

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

background-color css

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

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

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

border-color css

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

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

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