#006158

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

Shades of Mosque #006158

Tints of Mosque #006158

Color information

#006158 (or 0x006158) is unknown color: approx Mosque. HEX triplet: 00, 61 and 58. RGB value is (0,97,88). Sum of RGB (Red+Green+Blue) = 0+97+88=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #006158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006158 is #FF9EA7. Grayscale: #424242. Windows color (decimal): -16752296 or 5792000. OLE color: 5792000.

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

Color convert

RGB09788-
CMYK100.090.62
HSL174.43º100%19.02%-
HSV(B)174.43º100%38.04%-
XYZ6.049.2510.7-
YUV66.97139.8680.23-

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) = 52.43%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=0%
G=52.43%
B=47.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09788100.090.62174.4310019.02
Hex0615864093Eae6413
Octal01411301440117625614423
Binary01100001101100011001000100111111010101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006158; }

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

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

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

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

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

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

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

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