Html Css Color HEX #096261 Mosque

📋 copy color: '#096261'

red 9 ◦ green 98 ◦ blue 97

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

Shades of Mosque #096261

Tints of Mosque #096261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 4.41%
G = 48.04%
B = 47.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#096261 (or 0x096261) is known color: Mosque. HEX triplet: 09, 62 and 61. RGB value is (9,98,97). Sum of RGB (Red+Green+Blue) = 9+98+97=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #096261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096261 is #F69D9E. Grayscale: #474747. Windows color (decimal): -16162207 or 6382089. OLE color: 6382089.

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

Color convert

RGB 9 98 97 -
CMYK 0.91 0 0.01 0.62
HSL 179.33º 0.83% 0.21% -
HSV(B) 179.33º 0.91% 0.38% -
XYZ 6.64 9.66 12.82 -
YUV 71.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 9 98 97 0.91 0 0.01 0.62 179.33 0.83 0.21
Hex 9 62 61 5B 0 1 3E B3 53 15
Octal 11 142 141 133 0 1 76 263 123 25
Binary 1001 1100010 1100001 1011011 0 1 111110 10110011 1010011 10101

Color Harmonies of #096261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096261

Black with #096261

Text Example


Text Example

White with #096261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096261; }

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

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

background-color css

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

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

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

border-color css

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

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

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