#006155

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

Shades of Mosque #006155

Tints of Mosque #006155

Color information

#006155 (or 0x006155) is unknown color: approx Mosque. HEX triplet: 00, 61 and 55. RGB value is (0,97,85). Sum of RGB (Red+Green+Blue) = 0+97+85=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #006155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006155 is #FF9EAA. Grayscale: #424242. Windows color (decimal): -16752299 or 5595392. OLE color: 5595392.

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

Color convert

RGB09785-
CMYK100.120.62
HSL172.58º100%19.02%-
HSV(B)172.58º100%38.04%-
XYZ5.919.2110.06-
YUV66.63138.3680.48-

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) = 53.30%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=0%
G=53.30%
B=46.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09785100.120.62172.5810019.02
Hex06155640C3Ead6413
Octal01411251440147625514423
Binary01100001101010111001000110011111010101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006155; }

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

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

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

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

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

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

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

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