#069E3C

Color #069E3C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #069E3C

Tints of Pigment Green #069E3C

Color information

#069E3C (or 0x069E3C) is unknown color: approx Pigment Green. HEX triplet: 06, 9E and 3C. RGB value is (6,158,60). Sum of RGB (Red+Green+Blue) = 6+158+60=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 158 (62.11% from 255 or 70.54% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 158 - color contains mainly: green. Hex color #069E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069E3C is #F961C3. Grayscale: #656565. Windows color (decimal): -16343492 or 3972614. OLE color: 3972614.

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

Color convert

RGB615860-
CMYK0.9600.620.38
HSL141.32º92.68%32.16%-
HSV(B)141.32º96.2%61.96%-
XYZ13.1224.828.37-
YUV101.38104.6459.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 158 (62.11% from 255) = 70.54%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=2.68%
G=70.54%
B=26.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6158600.9600.620.38141.3292.6832.16
Hex69E3C6003E268d5d20
Octal6236741400764621513540
Binary1101001111011110011000000111110100110100011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #069E3C;
 }
 .AnyTagClassName
 {
   color: #069E3C;
 }
</style>
background-color css

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

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

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

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

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

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