#08625E

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

Shades of Mosque #08625E

Tints of Mosque #08625E

Color information

#08625E (or 0x08625E) is unknown color: approx Mosque. HEX triplet: 08, 62 and 5E. RGB value is (8,98,94). Sum of RGB (Red+Green+Blue) = 8+98+94=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #08625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08625E is #F79DA1. Grayscale: #464646. Windows color (decimal): -16227746 or 6185480. OLE color: 6185480.

HSL color Cylindrical-coordinate representation of color #08625E: hue angle of 177.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08625E is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB89894-
CMYK0.9200.040.62
HSL177.33º84.91%20.78%-
HSV(B)177.33º91.84%38.43%-
XYZ6.499.612.1-
YUV70.63141.1883.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 94 (37.11% from 255) = 47%
R=4%
G=49%
B=47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898940.9200.040.62177.3384.9120.78
Hex8625E5C043Eb15515
Octal10142136134047626112525
Binary1000110001010111101011100010011111010110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,98,94); }

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

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

 a { background-color: rgb(8,98,94); }

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

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

 span { border-color: rgb(8,98,94); }

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