Html Css Color HEX #069999 Persian Green

📋 copy color: '#069999'

red 6 ◦ green 153 ◦ blue 153

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

Shades of Persian Green #069999

Tints of Persian Green #069999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 1.92%
G = 49.04%
B = 49.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#069999 (or 0x069999) is known color: Persian Green. HEX triplet: 06, 99 and 99. RGB value is (6,153,153). Sum of RGB (Red+Green+Blue) = 6+153+153=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #069999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069999 is #F96666. Grayscale: #6C6C6C. Windows color (decimal): -16344679 or 10066182. OLE color: 10066182.

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

Color convert

RGB 6 153 153 -
CMYK 0.96 0 0 0.4
HSL 180º 0.92% 0.31% -
HSV(B) 180º 0.96% 0.6% -
XYZ 17.22 25.12 34.08 -
YUV 109.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 6 153 153 0.96 0 0 0.4 180 0.92 0.31
Hex 6 99 99 60 0 0 28 B4 5C 1F
Octal 6 231 231 140 0 0 50 264 134 37
Binary 110 10011001 10011001 1100000 0 0 101000 10110100 1011100 11111

Color Harmonies of #069999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069999

Black with #069999

Text Example


Text Example

White with #069999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069999; }

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

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

background-color css

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

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

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

border-color css

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

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

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