#006151

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

Shades of Mosque #006151

Tints of Mosque #006151

Color information

#006151 (or 0x006151) is unknown color: approx Mosque. HEX triplet: 00, 61 and 51. RGB value is (0,97,81). Sum of RGB (Red+Green+Blue) = 0+97+81=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #006151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006151 is #FF9EAE. Grayscale: #424242. Windows color (decimal): -16752303 or 5333248. OLE color: 5333248.

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

Color convert

RGB09781-
CMYK100.160.62
HSL170.1º100%19.02%-
HSV(B)170.1º100%38.04%-
XYZ5.769.149.25-
YUV66.17136.3680.8-

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) = 54.49%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=0%
G=54.49%
B=45.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09781100.160.62170.110019.02
Hex06151640103Eaa6413
Octal01411211440207625214423
Binary011000011010001110010001000011111010101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006151; }

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

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

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

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

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

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

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

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