#00615A

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

Shades of Mosque #00615A

Tints of Mosque #00615A

Color information

#00615A (or 0x00615A) is unknown color: approx Mosque. HEX triplet: 00, 61 and 5A. RGB value is (0,97,90). Sum of RGB (Red+Green+Blue) = 0+97+90=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #00615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00615A is #FF9EA5. Grayscale: #434343. Windows color (decimal): -16752294 or 5923072. OLE color: 5923072.

HSL color Cylindrical-coordinate representation of color #00615A: hue angle of 175.67º 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 #00615A is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB09790-
CMYK100.070.62
HSL175.67º100%19.02%-
HSV(B)175.67º100%38.04%-
XYZ6.129.2911.14-
YUV67.2140.8680.07-

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) = 51.87%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=0%
G=51.87%
B=48.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09790100.070.62175.6710019.02
Hex0615A64073Eb06413
Octal0141132144077626014423
Binary0110000110110101100100011111111010110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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