Html Css Color HEX #096051 Mosque

📋 copy color: '#096051'

red 9 ◦ green 96 ◦ blue 81

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

Shades of Mosque #096051

Tints of Mosque #096051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.61%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 4.84%
G = 51.61%
B = 43.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#096051 (or 0x096051) is known color: Mosque. HEX triplet: 09, 60 and 51. RGB value is (9,96,81). Sum of RGB (Red+Green+Blue) = 9+96+81=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #096051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096051 is #F69FAE. Grayscale: #444444. Windows color (decimal): -16162735 or 5333001. OLE color: 5333001.

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

Color convert

RGB 9 96 81 -
CMYK 0.91 0 0.16 0.62
HSL 169.66º 0.83% 0.21% -
HSV(B) 169.66º 0.91% 0.38% -
XYZ 5.78 9.02 9.22 -
YUV 68.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 9 96 81 0.91 0 0.16 0.62 169.66 0.83 0.21
Hex 9 60 51 5B 0 10 3E AA 53 15
Octal 11 140 121 133 0 20 76 252 123 25
Binary 1001 1100000 1010001 1011011 0 10000 111110 10101010 1010011 10101

Color Harmonies of #096051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096051

Black with #096051

Text Example


Text Example

White with #096051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096051; }

 p { color: rgb(9,96,81); }

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

background-color css

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

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

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

border-color css

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

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

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