Html Css Color HEX #096257 Mosque

📋 copy color: '#096257'

red 9 ◦ green 98 ◦ blue 87

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

Shades of Mosque #096257

Tints of Mosque #096257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.52%

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 4.64%
G = 50.52%
B = 44.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#096257 (or 0x096257) is known color: Mosque. HEX triplet: 09, 62 and 57. RGB value is (9,98,87). Sum of RGB (Red+Green+Blue) = 9+98+87=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #096257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096257 is #F69DA8. Grayscale: #464646. Windows color (decimal): -16162217 or 5726729. OLE color: 5726729.

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

Color convert

RGB 9 98 87 -
CMYK 0.91 0 0.11 0.62
HSL 172.58º 0.83% 0.21% -
HSV(B) 172.58º 0.91% 0.38% -
XYZ 6.2 9.48 10.52 -
YUV 70.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 9 98 87 0.91 0 0.11 0.62 172.58 0.83 0.21
Hex 9 62 57 5B 0 B 3E AD 53 15
Octal 11 142 127 133 0 13 76 255 123 25
Binary 1001 1100010 1010111 1011011 0 1011 111110 10101101 1010011 10101

Color Harmonies of #096257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096257

Black with #096257

Text Example


Text Example

White with #096257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096257; }

 p { color: rgb(9,98,87); }

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

background-color css

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

 a { background-color: rgb(9,98,87); }

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

border-color css

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

 span { border-color: rgb(9,98,87); }

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