#0A665B

Color #0A665B Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #0A665B

Tints of Mosque #0A665B

Color information

#0A665B (or 0x0A665B) is unknown color: approx Mosque. HEX triplet: 0A, 66 and 5B. RGB value is (10,102,91). Sum of RGB (Red+Green+Blue) = 10+102+91=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #0A665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A665B is #F599A4. Grayscale: #494949. Windows color (decimal): -16095653 or 5989898. OLE color: 5989898.

HSL color Cylindrical-coordinate representation of color #0A665B: hue angle of 172.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A665B is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1010291-
CMYK0.9000.110.6
HSL172.83º82.14%21.96%-
HSV(B)172.83º90.2%40%-
XYZ6.7610.3211.53-
YUV73.24138.0282.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=4.93%
G=50.25%
B=44.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102910.9000.110.6172.8382.1421.96
HexA665B5A0B3Cad5216
Octal121461331320137425512226
Binary10101100110101101110110100101111110010101101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A665B; }

 p { color: rgb(10,102,91); }

 H1.HeaderClassName
 {
   color: #0A665B;
 }
 .AnyTagClassName
 {
   color: #0A665B;
 }
</style>
background-color css

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

 a { background-color: rgb(10,102,91); }

 div.DivClassName
 {
   background-color: #0A665B;
 }
 .BgClassName
 {
   background-color: #0A665B;
 }
</style>
border-color css

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

 span { border-color: rgb(10,102,91); }

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