#00615E

Color #00615E Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #00615E

Tints of Mosque #00615E

Color information

#00615E (or 0x00615E) is unknown color: approx Mosque. HEX triplet: 00, 61 and 5E. RGB value is (0,97,94). Sum of RGB (Red+Green+Blue) = 0+97+94=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #00615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00615E is #FF9EA1. Grayscale: #434343. Windows color (decimal): -16752290 or 6185216. OLE color: 6185216.

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

Color convert

RGB09794-
CMYK100.030.62
HSL178.14º100%19.02%-
HSV(B)178.14º100%38.04%-
XYZ6.39.3612.06-
YUV67.66142.8679.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=0%
G=50.79%
B=49.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09794100.030.62178.1410019.02
Hex0615E64033Eb26413
Octal0141136144037626214423
Binary011000011011110110010001111111010110010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00615E;
 }
 .AnyTagClassName
 {
   color: #00615E;
 }
</style>
background-color css

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

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

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

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

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

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