Html Css Color HEX #096360 Mosque

📋 copy color: '#096360'

red 9 ◦ green 99 ◦ blue 96

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

Shades of Mosque #096360

Tints of Mosque #096360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

 BLUE value IS 96 (37.89% from 255) = 47.06%

R = 4.41%
G = 48.53%
B = 47.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#096360 (or 0x096360) is known color: Mosque. HEX triplet: 09, 63 and 60. RGB value is (9,99,96). Sum of RGB (Red+Green+Blue) = 9+99+96=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #096360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096360 is #F69C9F. Grayscale: #474747. Windows color (decimal): -16161952 or 6316809. OLE color: 6316809.

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

Color convert

RGB 9 99 96 -
CMYK 0.91 0 0.03 0.61
HSL 178º 0.83% 0.21% -
HSV(B) 178º 0.91% 0.39% -
XYZ 6.69 9.83 12.61 -
YUV 71.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 9 99 96 0.91 0 0.03 0.61 178 0.83 0.21
Hex 9 63 60 5B 0 3 3D B2 53 15
Octal 11 143 140 133 0 3 75 262 123 25
Binary 1001 1100011 1100000 1011011 0 11 111101 10110010 1010011 10101

Color Harmonies of #096360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096360

Black with #096360

Text Example


Text Example

White with #096360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096360; }

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

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

background-color css

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

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

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

border-color css

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

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

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