Html Css Color HEX #069752 Pigment Green

📋 copy color: '#069752'

red 6 ◦ green 151 ◦ blue 82

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

Shades of Pigment Green #069752

Tints of Pigment Green #069752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 63.18%

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

R = 2.51%
G = 63.18%
B = 34.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#069752 (or 0x069752) is known color: Pigment Green. HEX triplet: 06, 97 and 52. RGB value is (6,151,82). Sum of RGB (Red+Green+Blue) = 6+151+82=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 151 (59.38% from 255 or 63.18% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 151 - color contains mainly: green. Hex color #069752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069752 is #F968AD. Grayscale: #636363. Windows color (decimal): -16345262 or 5412614. OLE color: 5412614.

HSL color Cylindrical-coordinate representation of color #069752: hue angle of 151.45º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069752 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 151 82 -
CMYK 0.96 0 0.46 0.41
HSL 151.45º 0.92% 0.31% -
HSV(B) 151.45º 0.96% 0.59% -
XYZ 12.66 22.78 11.71 -
YUV 99.78 117.96 61.11 -
System Red Green Blue C M Y K H S L
Decimal 6 151 82 0.96 0 0.46 0.41 151.45 0.92 0.31
Hex 6 97 52 60 0 2E 29 97 5C 1F
Octal 6 227 122 140 0 56 51 227 134 37
Binary 110 10010111 1010010 1100000 0 101110 101001 10010111 1011100 11111

Color Harmonies of #069752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069752

Black with #069752

Text Example


Text Example

White with #069752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069752; }

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

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

background-color css

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

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

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

border-color css

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

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

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