#069DA1

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

Shades of Persian Green #069DA1

Tints of Persian Green #069DA1

Color information

#069DA1 (or 0x069DA1) is unknown color: approx Persian Green. HEX triplet: 06, 9D and A1. RGB value is (6,157,161). Sum of RGB (Red+Green+Blue) = 6+157+161=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #069DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069DA1 is #F9625E. Grayscale: #707070. Windows color (decimal): -16343647 or 10591494. OLE color: 10591494.

HSL color Cylindrical-coordinate representation of color #069DA1: hue angle of 181.55º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069DA1 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6157161-
CMYK0.960.0200.37
HSL181.55º92.81%32.75%-
HSV(B)181.55º96.27%63.14%-
XYZ18.5726.7337.9-
YUV112.31155.4752.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 157 (61.72% from 255) = 48.46%
BLUE value IS 161 (63.28% from 255) = 49.69%
R=1.85%
G=48.46%
B=49.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61571610.960.0200.37181.5592.8132.75
Hex69DA1602025b65d21
Octal6235241140204526613541
Binary11010011101101000011100000100100101101101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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