Html Css Color HEX #069897 Persian Green

📋 copy color: '#069897'

red 6 ◦ green 152 ◦ blue 151

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

Shades of Persian Green #069897

Tints of Persian Green #069897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

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

R = 1.94%
G = 49.19%
B = 48.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#069897 (or 0x069897) is known color: Persian Green. HEX triplet: 06, 98 and 97. RGB value is (6,152,151). Sum of RGB (Red+Green+Blue) = 6+152+151=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #069897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069897 is #F96768. Grayscale: #6C6C6C. Windows color (decimal): -16344937 or 9934854. OLE color: 9934854.

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

Color convert

RGB 6 152 151 -
CMYK 0.96 0 0.01 0.40
HSL 179.59º 0.92% 0.31% -
HSV(B) 179.59º 0.96% 0.6% -
XYZ 16.89 24.73 33.16 -
YUV 108.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 6 152 151 0.96 0 0.01 0.40 179.59 0.92 0.31
Hex 6 98 97 60 0 1 28 B4 5C 1F
Octal 6 230 227 140 0 1 50 264 134 37
Binary 110 10011000 10010111 1100000 0 1 101000 10110100 1011100 11111

Color Harmonies of #069897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069897

Black with #069897

Text Example


Text Example

White with #069897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069897; }

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

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

background-color css

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

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

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

border-color css

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

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

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