#0A665D

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

Shades of Mosque #0A665D

Tints of Mosque #0A665D

Color information

#0A665D (or 0x0A665D) is unknown color: approx Mosque. HEX triplet: 0A, 66 and 5D. RGB value is (10,102,93). Sum of RGB (Red+Green+Blue) = 10+102+93=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #0A665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A665D is #F599A2. Grayscale: #494949. Windows color (decimal): -16095651 or 6120970. OLE color: 6120970.

HSL color Cylindrical-coordinate representation of color #0A665D: hue angle of 174.13º 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 #0A665D is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1010293-
CMYK0.9000.090.6
HSL174.13º82.14%21.96%-
HSV(B)174.13º90.2%40%-
XYZ6.8510.3611.99-
YUV73.47139.0282.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=4.88%
G=49.76%
B=45.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102930.9000.090.6174.1382.1421.96
HexA665D5A093Cae5216
Octal121461351320117425612226
Binary10101100110101110110110100100111110010101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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