Html Css Color HEX #069895 Persian Green

📋 copy color: '#069895'

red 6 ◦ green 152 ◦ blue 149

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

Shades of Persian Green #069895

Tints of Persian Green #069895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 1.95%
G = 49.51%
B = 48.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#069895 (or 0x069895) is known color: Persian Green. HEX triplet: 06, 98 and 95. RGB value is (6,152,149). Sum of RGB (Red+Green+Blue) = 6+152+149=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #069895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069895 is #F9676A. Grayscale: #6B6B6B. Windows color (decimal): -16344939 or 9803782. OLE color: 9803782.

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

Color convert

RGB 6 152 149 -
CMYK 0.96 0 0.02 0.40
HSL 178.77º 0.92% 0.31% -
HSV(B) 178.77º 0.96% 0.6% -
XYZ 16.73 24.67 32.31 -
YUV 108 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 6 152 149 0.96 0 0.02 0.40 178.77 0.92 0.31
Hex 6 98 95 60 0 2 28 B3 5C 1F
Octal 6 230 225 140 0 2 50 263 134 37
Binary 110 10011000 10010101 1100000 0 10 101000 10110011 1011100 11111

Color Harmonies of #069895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069895

Black with #069895

Text Example


Text Example

White with #069895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069895; }

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

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

background-color css

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

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

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

border-color css

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

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

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