Html Css Color HEX #069E3F Pigment Green

📋 copy color: '#069E3F'

red 6 ◦ green 158 ◦ blue 63

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

Shades of Pigment Green #069E3F

Tints of Pigment Green #069E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.75%

R = 2.64%
G = 69.6%
B = 27.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#069E3F (or 0x069E3F) is known color: Pigment Green. HEX triplet: 06, 9E and 3F. RGB value is (6,158,63). Sum of RGB (Red+Green+Blue) = 6+158+63=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 158 (62.11% from 255 or 69.60% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 158 - color contains mainly: green. Hex color #069E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069E3F is #F961C0. Grayscale: #656565. Windows color (decimal): -16343489 or 4169222. OLE color: 4169222.

HSL color Cylindrical-coordinate representation of color #069E3F: hue angle of 142.5º 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 #069E3F is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 158 63 -
CMYK 0.96 0 0.60 0.38
HSL 142.5º 0.93% 0.32% -
HSV(B) 142.5º 0.96% 0.62% -
XYZ 13.2 24.85 8.8 -
YUV 101.72 106.14 59.72 -
System Red Green Blue C M Y K H S L
Decimal 6 158 63 0.96 0 0.60 0.38 142.5 0.93 0.32
Hex 6 9E 3F 60 0 3C 26 8E 5D 20
Octal 6 236 77 140 0 74 46 216 135 40
Binary 110 10011110 111111 1100000 0 111100 100110 10001110 1011101 100000

Color Harmonies of #069E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069E3F

Black with #069E3F

Text Example


Text Example

White with #069E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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