Html Css Color HEX #01675E Mosque

📋 copy color: '#01675E'

red 1 ◦ green 103 ◦ blue 94

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

Shades of Mosque #01675E

Tints of Mosque #01675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 0.51%
G = 52.02%
B = 47.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#01675E (or 0x01675E) is known color: Mosque. HEX triplet: 01, 67 and 5E. RGB value is (1,103,94). Sum of RGB (Red+Green+Blue) = 1+103+94=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #01675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01675E is #FE98A1. Grayscale: #474747. Windows color (decimal): -16685218 or 6186753. OLE color: 6186753.

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

Color convert

RGB 1 103 94 -
CMYK 0.99 0 0.09 0.60
HSL 174.71º 0.98% 0.2% -
HSV(B) 174.71º 0.99% 0.4% -
XYZ 6.88 10.52 12.26 -
YUV 71.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 1 103 94 0.99 0 0.09 0.60 174.71 0.98 0.2
Hex 1 67 5E 63 0 9 3C AF 62 14
Octal 1 147 136 143 0 11 74 257 142 24
Binary 1 1100111 1011110 1100011 0 1001 111100 10101111 1100010 10100

Color Harmonies of #01675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01675E

Black with #01675E

Text Example


Text Example

White with #01675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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