Html Css Color HEX #01675F Mosque

📋 copy color: '#01675F'

red 1 ◦ green 103 ◦ blue 95

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

Shades of Mosque #01675F

Tints of Mosque #01675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 0.5%
G = 51.76%
B = 47.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#01675F (or 0x01675F) is known color: Mosque. HEX triplet: 01, 67 and 5F. RGB value is (1,103,95). Sum of RGB (Red+Green+Blue) = 1+103+95=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #01675F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01675F is #FE98A0. Grayscale: #474747. Windows color (decimal): -16685217 or 6252289. OLE color: 6252289.

HSL color Cylindrical-coordinate representation of color #01675F: hue angle of 175.29º 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 #01675F is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 95 -
CMYK 0.99 0 0.08 0.60
HSL 175.29º 0.98% 0.2% -
HSV(B) 175.29º 0.99% 0.4% -
XYZ 6.93 10.53 12.49 -
YUV 71.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 1 103 95 0.99 0 0.08 0.60 175.29 0.98 0.2
Hex 1 67 5F 63 0 8 3C AF 62 14
Octal 1 147 137 143 0 10 74 257 142 24
Binary 1 1100111 1011111 1100011 0 1000 111100 10101111 1100010 10100

Color Harmonies of #01675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01675F

Black with #01675F

Text Example


Text Example

White with #01675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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