Html Css Color HEX #096660 Mosque

📋 copy color: '#096660'

red 9 ◦ green 102 ◦ blue 96

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

Shades of Mosque #096660

Tints of Mosque #096660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.28%

 BLUE value IS 96 (37.89% from 255) = 46.38%

R = 4.35%
G = 49.28%
B = 46.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#096660 (or 0x096660) is known color: Mosque. HEX triplet: 09, 66 and 60. RGB value is (9,102,96). Sum of RGB (Red+Green+Blue) = 9+102+96=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #096660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096660 is #F6999F. Grayscale: #494949. Windows color (decimal): -16161184 or 6317577. OLE color: 6317577.

HSL color Cylindrical-coordinate representation of color #096660: hue angle of 176.13º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096660 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 96 -
CMYK 0.91 0 0.06 0.6
HSL 176.13º 0.84% 0.22% -
HSV(B) 176.13º 0.91% 0.4% -
XYZ 6.98 10.41 12.71 -
YUV 73.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 9 102 96 0.91 0 0.06 0.6 176.13 0.84 0.22
Hex 9 66 60 5B 0 6 3C B0 54 16
Octal 11 146 140 133 0 6 74 260 124 26
Binary 1001 1100110 1100000 1011011 0 110 111100 10110000 1010100 10110

Color Harmonies of #096660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096660

Black with #096660

Text Example


Text Example

White with #096660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096660; }

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

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

background-color css

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

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

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

border-color css

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

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

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