Html Css Color HEX #01675B Mosque

📋 copy color: '#01675B'

red 1 ◦ green 103 ◦ blue 91

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

Shades of Mosque #01675B

Tints of Mosque #01675B

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 0.51%
G = 52.82%
B = 46.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#01675B (or 0x01675B) is known color: Mosque. HEX triplet: 01, 67 and 5B. RGB value is (1,103,91). Sum of RGB (Red+Green+Blue) = 1+103+91=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #01675B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01675B is #FE98A4. Grayscale: #474747. Windows color (decimal): -16685221 or 5990145. OLE color: 5990145.

HSL color Cylindrical-coordinate representation of color #01675B: hue angle of 172.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01675B is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 91 -
CMYK 0.99 0 0.12 0.60
HSL 172.94º 0.98% 0.2% -
HSV(B) 172.94º 0.99% 0.4% -
XYZ 6.75 10.46 11.56 -
YUV 71.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 1 103 91 0.99 0 0.12 0.60 172.94 0.98 0.2
Hex 1 67 5B 63 0 C 3C AD 62 14
Octal 1 147 133 143 0 14 74 255 142 24
Binary 1 1100111 1011011 1100011 0 1100 111100 10101101 1100010 10100

Color Harmonies of #01675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01675B

Black with #01675B

Text Example


Text Example

White with #01675B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01675B; }

 p { color: rgb(1,103,91); }

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

background-color css

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

 a { background-color: rgb(1,103,91); }

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

border-color css

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

 span { border-color: rgb(1,103,91); }

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