#06A497

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

Shades of Persian Green #06A497

Tints of Persian Green #06A497

Color information

#06A497 (or 0x06A497) is unknown color: approx Persian Green. HEX triplet: 06, A4 and 97. RGB value is (6,164,151). Sum of RGB (Red+Green+Blue) = 6+164+151=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #06A497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A497 is #F95B68. Grayscale: #737373. Windows color (decimal): -16341865 or 9937926. OLE color: 9937926.

HSL color Cylindrical-coordinate representation of color #06A497: hue angle of 175.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A497 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB6164151-
CMYK0.9600.080.36
HSL175.06º92.94%33.33%-
HSV(B)175.06º96.34%64.31%-
XYZ18.9428.8233.84-
YUV115.28148.1550.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.87%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=1.87%
G=51.09%
B=47.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61641510.9600.080.36175.0692.9433.33
Hex6A497600824af5d21
Octal62442271400104425713541
Binary1101010010010010111110000001000100100101011111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,164,151); }

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

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

 a { background-color: rgb(6,164,151); }

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

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

 span { border-color: rgb(6,164,151); }

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