Html Css Color HEX #096258 Mosque

📋 copy color: '#096258'

red 9 ◦ green 98 ◦ blue 88

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

Shades of Mosque #096258

Tints of Mosque #096258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 4.62%
G = 50.26%
B = 45.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#096258 (or 0x096258) is known color: Mosque. HEX triplet: 09, 62 and 58. RGB value is (9,98,88). Sum of RGB (Red+Green+Blue) = 9+98+88=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #096258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096258 is #F69DA7. Grayscale: #464646. Windows color (decimal): -16162216 or 5792265. OLE color: 5792265.

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

Color convert

RGB 9 98 88 -
CMYK 0.91 0 0.10 0.62
HSL 173.26º 0.83% 0.21% -
HSV(B) 173.26º 0.91% 0.38% -
XYZ 6.24 9.5 10.74 -
YUV 70.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 9 98 88 0.91 0 0.10 0.62 173.26 0.83 0.21
Hex 9 62 58 5B 0 A 3E AD 53 15
Octal 11 142 130 133 0 12 76 255 123 25
Binary 1001 1100010 1011000 1011011 0 1010 111110 10101101 1010011 10101

Color Harmonies of #096258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096258

Black with #096258

Text Example


Text Example

White with #096258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096258; }

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

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

background-color css

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

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

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

border-color css

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

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

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