#069B99

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

Shades of Persian Green #069B99

Tints of Persian Green #069B99

Color information

#069B99 (or 0x069B99) is unknown color: approx Persian Green. HEX triplet: 06, 9B and 99. RGB value is (6,155,153). Sum of RGB (Red+Green+Blue) = 6+155+153=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #069B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069B99 is #F96466. Grayscale: #6E6E6E. Windows color (decimal): -16344167 or 10066694. OLE color: 10066694.

HSL color Cylindrical-coordinate representation of color #069B99: hue angle of 179.19º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B99 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB6155153-
CMYK0.9600.010.39
HSL179.19º92.55%31.57%-
HSV(B)179.19º96.13%60.78%-
XYZ17.5525.7834.19-
YUV110.22152.1453.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=1.91%
G=49.36%
B=48.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61551530.9600.010.39179.1992.5531.57
Hex69B99600127b35d20
Octal6233231140014726313540
Binary1101001101110011001110000001100111101100111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,155,153); }

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

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

 a { background-color: rgb(6,155,153); }

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

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

 span { border-color: rgb(6,155,153); }

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