Html Css Color HEX #069991 Persian Green

📋 copy color: '#069991'

red 6 ◦ green 153 ◦ blue 145

#069991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #069991

Tints of Persian Green #069991

RGB

 RED value IS 6 (2.73% from 255) = 1.97%

 GREEN value IS 153 (60.16% from 255) = 50.33%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 1.97%
G = 50.33%
B = 47.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#069991 (or 0x069991) is known color: Persian Green. HEX triplet: 06, 99 and 91. RGB value is (6,153,145). Sum of RGB (Red+Green+Blue) = 6+153+145=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #069991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069991 is #F9666E. Grayscale: #6C6C6C. Windows color (decimal): -16344687 or 9541894. OLE color: 9541894.

HSL color Cylindrical-coordinate representation of color #069991: hue angle of 176.73º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069991 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 145 -
CMYK 0.96 0 0.05 0.4
HSL 176.73º 0.92% 0.31% -
HSV(B) 176.73º 0.96% 0.6% -
XYZ 16.58 24.87 30.71 -
YUV 108.14 148.8 55.15 -
System Red Green Blue C M Y K H S L
Decimal 6 153 145 0.96 0 0.05 0.4 176.73 0.92 0.31
Hex 6 99 91 60 0 5 28 B1 5C 1F
Octal 6 231 221 140 0 5 50 261 134 37
Binary 110 10011001 10010001 1100000 0 101 101000 10110001 1011100 11111

Color Harmonies of #069991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069991

Black with #069991

Text Example


Text Example

White with #069991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069991; }

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

 H1.HeaderClassName
 {
   color: #069991;
 }
 .AnyTagClassName
 {
   color: #069991;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #069991;
 }
 .BgClassName
 {
   background-color: #069991;
 }
</style>

border-color css

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

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

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