Html Css Color HEX #096359 Mosque

📋 copy color: '#096359'

red 9 ◦ green 99 ◦ blue 89

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

Shades of Mosque #096359

Tints of Mosque #096359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 45.18%

R = 4.57%
G = 50.25%
B = 45.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#096359 (or 0x096359) is known color: Mosque. HEX triplet: 09, 63 and 59. RGB value is (9,99,89). Sum of RGB (Red+Green+Blue) = 9+99+89=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #096359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096359 is #F69CA6. Grayscale: #464646. Windows color (decimal): -16161959 or 5858057. OLE color: 5858057.

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

Color convert

RGB 9 99 89 -
CMYK 0.91 0 0.10 0.61
HSL 173.33º 0.83% 0.21% -
HSV(B) 173.33º 0.91% 0.39% -
XYZ 6.38 9.7 10.99 -
YUV 70.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 9 99 89 0.91 0 0.10 0.61 173.33 0.83 0.21
Hex 9 63 59 5B 0 A 3D AD 53 15
Octal 11 143 131 133 0 12 75 255 123 25
Binary 1001 1100011 1011001 1011011 0 1010 111101 10101101 1010011 10101

Color Harmonies of #096359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096359

Black with #096359

Text Example


Text Example

White with #096359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096359; }

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

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

background-color css

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

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

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

border-color css

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

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

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