Html Css Color HEX #069992 Persian Green

📋 copy color: '#069992'

red 6 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #069992

Tints of Persian Green #069992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 1.97%
G = 50.16%
B = 47.87%

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

#069992 (or 0x069992) is known color: Persian Green. HEX triplet: 06, 99 and 92. RGB value is (6,153,146). Sum of RGB (Red+Green+Blue) = 6+153+146=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #069992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069992 is #F9666D. Grayscale: #6C6C6C. Windows color (decimal): -16344686 or 9607430. OLE color: 9607430.

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

Color convert

RGB 6 153 146 -
CMYK 0.96 0 0.05 0.4
HSL 177.14º 0.92% 0.31% -
HSV(B) 177.14º 0.96% 0.6% -
XYZ 16.65 24.9 31.12 -
YUV 108.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 6 153 146 0.96 0 0.05 0.4 177.14 0.92 0.31
Hex 6 99 92 60 0 5 28 B1 5C 1F
Octal 6 231 222 140 0 5 50 261 134 37
Binary 110 10011001 10010010 1100000 0 101 101000 10110001 1011100 11111

Color Harmonies of #069992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069992

Black with #069992

Text Example


Text Example

White with #069992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069992; }

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

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

background-color css

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

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

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

border-color css

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

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

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