#069E89

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

Shades of Persian Green #069E89

Tints of Persian Green #069E89

Color information

#069E89 (or 0x069E89) is unknown color: approx Persian Green. HEX triplet: 06, 9E and 89. RGB value is (6,158,137). Sum of RGB (Red+Green+Blue) = 6+158+137=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #069E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069E89 is #F96176. Grayscale: #6E6E6E. Windows color (decimal): -16343415 or 9018886. OLE color: 9018886.

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

Color convert

RGB6158137-
CMYK0.9600.130.38
HSL171.71º92.68%32.16%-
HSV(B)171.71º96.2%61.96%-
XYZ16.8226.327.86-
YUV110.16143.1453.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 158 (62.11% from 255) = 52.49%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=1.99%
G=52.49%
B=45.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61581370.9600.130.38171.7192.6832.16
Hex69E89600D26ac5d20
Octal62362111400154625413540
Binary1101001111010001001110000001101100110101011001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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