#069F9A

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

Shades of Persian Green #069F9A

Tints of Persian Green #069F9A

Color information

#069F9A (or 0x069F9A) is unknown color: approx Persian Green. HEX triplet: 06, 9F and 9A. RGB value is (6,159,154). Sum of RGB (Red+Green+Blue) = 6+159+154=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #069F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069F9A is #F96065. Grayscale: #707070. Windows color (decimal): -16343142 or 10133254. OLE color: 10133254.

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

Color convert

RGB6159154-
CMYK0.9600.030.38
HSL178.04º92.73%32.35%-
HSV(B)178.04º96.23%62.35%-
XYZ18.3127.1734.85-
YUV112.68151.3151.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 159 (62.5% from 255) = 49.84%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=1.88%
G=49.84%
B=48.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61591540.9600.030.38178.0492.7332.35
Hex69F9A600326b25d20
Octal6237232140034626213540
Binary11010011111100110101100000011100110101100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,159,154); }

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

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

 a { background-color: rgb(6,159,154); }

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

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

 span { border-color: rgb(6,159,154); }

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