Html Css Color HEX #096151 Mosque

📋 copy color: '#096151'

red 9 ◦ green 97 ◦ blue 81

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

Shades of Mosque #096151

Tints of Mosque #096151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 4.81%
G = 51.87%
B = 43.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#096151 (or 0x096151) is known color: Mosque. HEX triplet: 09, 61 and 51. RGB value is (9,97,81). Sum of RGB (Red+Green+Blue) = 9+97+81=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #096151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096151 is #F69EAE. Grayscale: #444444. Windows color (decimal): -16162479 or 5333257. OLE color: 5333257.

HSL color Cylindrical-coordinate representation of color #096151: hue angle of 169.09º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096151 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 81 -
CMYK 0.91 0 0.16 0.62
HSL 169.09º 0.83% 0.21% -
HSV(B) 169.09º 0.91% 0.38% -
XYZ 5.87 9.2 9.25 -
YUV 68.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 9 97 81 0.91 0 0.16 0.62 169.09 0.83 0.21
Hex 9 61 51 5B 0 10 3E A9 53 15
Octal 11 141 121 133 0 20 76 251 123 25
Binary 1001 1100001 1010001 1011011 0 10000 111110 10101001 1010011 10101

Color Harmonies of #096151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096151

Black with #096151

Text Example


Text Example

White with #096151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096151; }

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

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

background-color css

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

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

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

border-color css

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

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

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