#069E53

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

Shades of Pigment Green #069E53

Tints of Pigment Green #069E53

Color information

#069E53 (or 0x069E53) is unknown color: approx Pigment Green. HEX triplet: 06, 9E and 53. RGB value is (6,158,83). Sum of RGB (Red+Green+Blue) = 6+158+83=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 158 (62.11% from 255 or 63.97% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 158 - color contains mainly: green. Hex color #069E53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E53 is #F961AC. Grayscale: #686868. Windows color (decimal): -16343469 or 5479942. OLE color: 5479942.

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

Color convert

RGB615883-
CMYK0.9600.470.38
HSL150.39º92.68%32.16%-
HSV(B)150.39º96.2%61.96%-
XYZ13.8625.1212.3-
YUV104116.1458.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 158 (62.11% from 255) = 63.97%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=2.43%
G=63.97%
B=33.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6158830.9600.470.38150.3992.6832.16
Hex69E536002F26965d20
Octal62361231400574622613540
Binary11010011110101001111000000101111100110100101101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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