Html Css Color HEX #069997 Persian Green

📋 copy color: '#069997'

red 6 ◦ green 153 ◦ blue 151

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

Shades of Persian Green #069997

Tints of Persian Green #069997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.71%

R = 1.94%
G = 49.35%
B = 48.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#069997 (or 0x069997) is known color: Persian Green. HEX triplet: 06, 99 and 97. RGB value is (6,153,151). Sum of RGB (Red+Green+Blue) = 6+153+151=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #069997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069997 is #F96668. Grayscale: #6C6C6C. Windows color (decimal): -16344681 or 9935110. OLE color: 9935110.

HSL color Cylindrical-coordinate representation of color #069997: hue angle of 179.18º 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 #069997 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 151 -
CMYK 0.96 0 0.01 0.4
HSL 179.18º 0.92% 0.31% -
HSV(B) 179.18º 0.96% 0.6% -
XYZ 17.05 25.06 33.22 -
YUV 108.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 6 153 151 0.96 0 0.01 0.4 179.18 0.92 0.31
Hex 6 99 97 60 0 1 28 B3 5C 1F
Octal 6 231 227 140 0 1 50 263 134 37
Binary 110 10011001 10010111 1100000 0 1 101000 10110011 1011100 11111

Color Harmonies of #069997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069997

Black with #069997

Text Example


Text Example

White with #069997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069997; }

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

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

background-color css

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

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

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

border-color css

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

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

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