Html Css Color HEX #0A675A Mosque

📋 copy color: '#0A675A'

red 10 ◦ green 103 ◦ blue 90

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

Shades of Mosque #0A675A

Tints of Mosque #0A675A

RGB

 RED value IS 10 (4.3% from 255) = 4.93%

 GREEN value IS 103 (40.63% from 255) = 50.74%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 4.93%
G = 50.74%
B = 44.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#0A675A (or 0x0A675A) is known color: Mosque. HEX triplet: 0A, 67 and 5A. RGB value is (10,103,90). Sum of RGB (Red+Green+Blue) = 10+103+90=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #0A675A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A675A is #F598A5. Grayscale: #494949. Windows color (decimal): -16095398 or 5924618. OLE color: 5924618.

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

Color convert

RGB 10 103 90 -
CMYK 0.90 0 0.13 0.60
HSL 171.61º 0.82% 0.22% -
HSV(B) 171.61º 0.9% 0.4% -
XYZ 6.82 10.5 11.34 -
YUV 73.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 10 103 90 0.90 0 0.13 0.60 171.61 0.82 0.22
Hex A 67 5A 5A 0 D 3C AC 52 16
Octal 12 147 132 132 0 15 74 254 122 26
Binary 1010 1100111 1011010 1011010 0 1101 111100 10101100 1010010 10110

Color Harmonies of #0A675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A675A

Black with #0A675A

Text Example


Text Example

White with #0A675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,103,90); }

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

background-color css

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

 a { background-color: rgb(10,103,90); }

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

border-color css

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

 span { border-color: rgb(10,103,90); }

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