Html Css Color HEX #069A2E Pigment Green

📋 copy color: '#069A2E'

red 6 ◦ green 154 ◦ blue 46

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

Shades of Pigment Green #069A2E

Tints of Pigment Green #069A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 74.76%

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 2.91%
G = 74.76%
B = 22.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#069A2E (or 0x069A2E) is known color: Pigment Green. HEX triplet: 06, 9A and 2E. RGB value is (6,154,46). Sum of RGB (Red+Green+Blue) = 6+154+46=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 154 (60.55% from 255 or 74.76% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 154 - color contains mainly: green. Hex color #069A2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A2E is #F965D1. Grayscale: #616161. Windows color (decimal): -16344530 or 3054086. OLE color: 3054086.

HSL color Cylindrical-coordinate representation of color #069A2E: hue angle of 136.22º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A2E is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 154 46 -
CMYK 0.96 0 0.70 0.40
HSL 136.22º 0.93% 0.31% -
HSV(B) 136.22º 0.96% 0.6% -
XYZ 12.12 23.35 6.45 -
YUV 97.44 98.97 62.78 -
System Red Green Blue C M Y K H S L
Decimal 6 154 46 0.96 0 0.70 0.40 136.22 0.93 0.31
Hex 6 9A 2E 60 0 46 28 88 5C 1F
Octal 6 232 56 140 0 106 50 210 134 37
Binary 110 10011010 101110 1100000 0 1000110 101000 10001000 1011100 11111

Color Harmonies of #069A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069A2E

Black with #069A2E

Text Example


Text Example

White with #069A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,154,46); }

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

background-color css

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

 a { background-color: rgb(6,154,46); }

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

border-color css

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

 span { border-color: rgb(6,154,46); }

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