Html Css Color HEX #095951 Mosque

📋 copy color: '#095951'

red 9 ◦ green 89 ◦ blue 81

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

Shades of Mosque #095951

Tints of Mosque #095951

RGB

 RED value IS 9 (3.91% from 255) = 5.03%

 GREEN value IS 89 (35.16% from 255) = 49.72%

 BLUE value IS 81 (32.03% from 255) = 45.25%

R = 5.03%
G = 49.72%
B = 45.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#095951 (or 0x095951) is known color: Mosque. HEX triplet: 09, 59 and 51. RGB value is (9,89,81). Sum of RGB (Red+Green+Blue) = 9+89+81=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #095951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095951 is #F6A6AE. Grayscale: #404040. Windows color (decimal): -16164527 or 5331209. OLE color: 5331209.

HSL color Cylindrical-coordinate representation of color #095951: hue angle of 174º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095951 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 81 -
CMYK 0.90 0 0.09 0.65
HSL 174º 0.82% 0.19% -
HSV(B) 174º 0.9% 0.35% -
XYZ 5.17 7.8 9.02 -
YUV 64.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 9 89 81 0.90 0 0.09 0.65 174 0.82 0.19
Hex 9 59 51 5A 0 9 41 AE 52 13
Octal 11 131 121 132 0 11 101 256 122 23
Binary 1001 1011001 1010001 1011010 0 1001 1000001 10101110 1010010 10011

Color Harmonies of #095951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095951

Black with #095951

Text Example


Text Example

White with #095951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095951; }

 p { color: rgb(9,89,81); }

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

background-color css

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

 a { background-color: rgb(9,89,81); }

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

border-color css

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

 span { border-color: rgb(9,89,81); }

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