Html Css Color HEX #069E46 Pigment Green

📋 copy color: '#069E46'

red 6 ◦ green 158 ◦ blue 70

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

Shades of Pigment Green #069E46

Tints of Pigment Green #069E46

RGB

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

 GREEN value IS 158 (62.11% from 255) = 67.52%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 2.56%
G = 67.52%
B = 29.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#069E46 (or 0x069E46) is known color: Pigment Green. HEX triplet: 06, 9E and 46. RGB value is (6,158,70). Sum of RGB (Red+Green+Blue) = 6+158+70=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 158 (62.11% from 255 or 67.52% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 158 - color contains mainly: green. Hex color #069E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069E46 is #F961B9. Grayscale: #666666. Windows color (decimal): -16343482 or 4627974. OLE color: 4627974.

HSL color Cylindrical-coordinate representation of color #069E46: hue angle of 145.26º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069E46 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 158 70 -
CMYK 0.96 0 0.56 0.38
HSL 145.26º 0.93% 0.32% -
HSV(B) 145.26º 0.96% 0.62% -
XYZ 13.41 24.93 9.9 -
YUV 102.52 109.64 59.16 -
System Red Green Blue C M Y K H S L
Decimal 6 158 70 0.96 0 0.56 0.38 145.26 0.93 0.32
Hex 6 9E 46 60 0 38 26 91 5D 20
Octal 6 236 106 140 0 70 46 221 135 40
Binary 110 10011110 1000110 1100000 0 111000 100110 10010001 1011101 100000

Color Harmonies of #069E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069E46

Black with #069E46

Text Example


Text Example

White with #069E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069E46; }

 p { color: rgb(6,158,70); }

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

background-color css

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

 a { background-color: rgb(6,158,70); }

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

border-color css

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

 span { border-color: rgb(6,158,70); }

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