#06A69D

Color #06A69D Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #06A69D

Tints of Persian Green #06A69D

Color information

#06A69D (or 0x06A69D) is unknown color: approx Persian Green. HEX triplet: 06, A6 and 9D. RGB value is (6,166,157). Sum of RGB (Red+Green+Blue) = 6+166+157=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #06A69D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A69D is #F95962. Grayscale: #757575. Windows color (decimal): -16341347 or 10331654. OLE color: 10331654.

HSL color Cylindrical-coordinate representation of color #06A69D: hue angle of 176.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A69D is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB6166157-
CMYK0.9600.050.35
HSL176.62º93.02%33.73%-
HSV(B)176.62º96.39%65.1%-
XYZ19.829.7536.6-
YUV117.13150.4948.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 166 (65.23% from 255) = 50.46%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=1.82%
G=50.46%
B=47.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61661570.9600.050.35176.6293.0233.73
Hex6A69D600523b15d22
Octal6246235140054326113542
Binary110101001101001110111000000101100011101100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A69D; }

 p { color: rgb(6,166,157); }

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

<style>
 a { background-color: #06A69D; }

 a { background-color: rgb(6,166,157); }

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

<style>
 span { border-color: #06A69D; }

 span { border-color: rgb(6,166,157); }

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