Html Css Color HEX #096050 Mosque

📋 copy color: '#096050'

red 9 ◦ green 96 ◦ blue 80

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

Shades of Mosque #096050

Tints of Mosque #096050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 4.86%
G = 51.89%
B = 43.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#096050 (or 0x096050) is known color: Mosque. HEX triplet: 09, 60 and 50. RGB value is (9,96,80). Sum of RGB (Red+Green+Blue) = 9+96+80=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #096050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096050 is #F69FAF. Grayscale: #444444. Windows color (decimal): -16162736 or 5267465. OLE color: 5267465.

HSL color Cylindrical-coordinate representation of color #096050: hue angle of 168.97º 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 #096050 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 80 -
CMYK 0.91 0 0.17 0.62
HSL 168.97º 0.83% 0.21% -
HSV(B) 168.97º 0.91% 0.38% -
XYZ 5.74 9 9.02 -
YUV 68.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 9 96 80 0.91 0 0.17 0.62 168.97 0.83 0.21
Hex 9 60 50 5B 0 11 3E A9 53 15
Octal 11 140 120 133 0 21 76 251 123 25
Binary 1001 1100000 1010000 1011011 0 10001 111110 10101001 1010011 10101

Color Harmonies of #096050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096050

Black with #096050

Text Example


Text Example

White with #096050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096050; }

 p { color: rgb(9,96,80); }

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

background-color css

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

 a { background-color: rgb(9,96,80); }

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

border-color css

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

 span { border-color: rgb(9,96,80); }

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