Html Css Color HEX #096262 Mosque

📋 copy color: '#096262'

red 9 ◦ green 98 ◦ blue 98

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

Shades of Mosque #096262

Tints of Mosque #096262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 4.39%
G = 47.8%
B = 47.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#096262 (or 0x096262) is known color: Mosque. HEX triplet: 09, 62 and 62. RGB value is (9,98,98). Sum of RGB (Red+Green+Blue) = 9+98+98=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #096262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096262 is #F69D9D. Grayscale: #474747. Windows color (decimal): -16162206 or 6447625. OLE color: 6447625.

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

Color convert

RGB 9 98 98 -
CMYK 0.91 0 0 0.62
HSL 180º 0.83% 0.21% -
HSV(B) 180º 0.91% 0.38% -
XYZ 6.68 9.68 13.07 -
YUV 71.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 9 98 98 0.91 0 0 0.62 180 0.83 0.21
Hex 9 62 62 5B 0 0 3E B4 53 15
Octal 11 142 142 133 0 0 76 264 123 25
Binary 1001 1100010 1100010 1011011 0 0 111110 10110100 1010011 10101

Color Harmonies of #096262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096262

Black with #096262

Text Example


Text Example

White with #096262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096262; }

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

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

background-color css

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

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

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

border-color css

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

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

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