Html Css Color HEX #069987 Persian Green

📋 copy color: '#069987'

red 6 ◦ green 153 ◦ blue 135

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

Shades of Persian Green #069987

Tints of Persian Green #069987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 2.04%
G = 52.04%
B = 45.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#069987 (or 0x069987) is known color: Persian Green. HEX triplet: 06, 99 and 87. RGB value is (6,153,135). Sum of RGB (Red+Green+Blue) = 6+153+135=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #069987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069987 is #F96678. Grayscale: #6A6A6A. Windows color (decimal): -16344697 or 8886534. OLE color: 8886534.

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

Color convert

RGB 6 153 135 -
CMYK 0.96 0 0.12 0.4
HSL 172.65º 0.92% 0.31% -
HSV(B) 172.65º 0.96% 0.6% -
XYZ 15.84 24.57 26.83 -
YUV 107 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 6 153 135 0.96 0 0.12 0.4 172.65 0.92 0.31
Hex 6 99 87 60 0 C 28 AD 5C 1F
Octal 6 231 207 140 0 14 50 255 134 37
Binary 110 10011001 10000111 1100000 0 1100 101000 10101101 1011100 11111

Color Harmonies of #069987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069987

Black with #069987

Text Example


Text Example

White with #069987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069987; }

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

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

background-color css

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

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

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

border-color css

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

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

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