Html Css Color HEX #0A665B Mosque

📋 copy color: '#0A665B'

red 10 ◦ green 102 ◦ blue 91

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

Shades of Mosque #0A665B

Tints of Mosque #0A665B

RGB

 RED value IS 10 (4.3% 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 value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#0A665B (or 0x0A665B) is known color: 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

RGB 10 102 91 -
CMYK 0.90 0 0.11 0.6
HSL 172.83º 0.82% 0.22% -
HSV(B) 172.83º 0.9% 0.4% -
XYZ 6.76 10.32 11.53 -
YUV 73.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 10 102 91 0.90 0 0.11 0.6 172.83 0.82 0.22
Hex A 66 5B 5A 0 B 3C AD 52 16
Octal 12 146 133 132 0 13 74 255 122 26
Binary 1010 1100110 1011011 1011010 0 1011 111100 10101101 1010010 10110

Color Harmonies of #0A665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A665B

Black with #0A665B

Text Example


Text Example

White with #0A665B

Text Example


Text Example

HTML Codes & Css Web 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>