Html Css Color HEX #01615E Mosque

📋 copy color: '#01615E'

red 1 ◦ green 97 ◦ blue 94

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

Shades of Mosque #01615E

Tints of Mosque #01615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

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

R = 0.52%
G = 50.52%
B = 48.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#01615E (or 0x01615E) is known color: Mosque. HEX triplet: 01, 61 and 5E. RGB value is (1,97,94). Sum of RGB (Red+Green+Blue) = 1+97+94=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #01615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01615E is #FE9EA1. Grayscale: #434343. Windows color (decimal): -16686754 or 6185217. OLE color: 6185217.

HSL color Cylindrical-coordinate representation of color #01615E: hue angle of 178.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01615E is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 94 -
CMYK 0.99 0 0.03 0.62
HSL 178.13º 0.98% 0.19% -
HSV(B) 178.13º 0.99% 0.38% -
XYZ 6.31 9.36 12.06 -
YUV 67.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 1 97 94 0.99 0 0.03 0.62 178.13 0.98 0.19
Hex 1 61 5E 63 0 3 3E B2 62 13
Octal 1 141 136 143 0 3 76 262 142 23
Binary 1 1100001 1011110 1100011 0 11 111110 10110010 1100010 10011

Color Harmonies of #01615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01615E

Black with #01615E

Text Example


Text Example

White with #01615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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