#0B625B

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

Shades of Mosque #0B625B

Tints of Mosque #0B625B

Color information

#0B625B (or 0x0B625B) is unknown color: approx Mosque. HEX triplet: 0B, 62 and 5B. RGB value is (11,98,91). Sum of RGB (Red+Green+Blue) = 11+98+91=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #0B625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B625B is #F49DA4. Grayscale: #474747. Windows color (decimal): -16031141 or 5988875. OLE color: 5988875.

HSL color Cylindrical-coordinate representation of color #0B625B: hue angle of 175.17º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B625B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB119891-
CMYK0.8900.070.62
HSL175.17º79.82%21.37%-
HSV(B)175.17º88.78%38.43%-
XYZ6.399.5611.41-
YUV71.19139.1885.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.5%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=5.5%
G=49%
B=45.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1198910.8900.070.62175.1779.8221.37
HexB625B59073Eaf5015
Octal13142133131077625712025
Binary1011110001010110111011001011111111010101111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B625B; }

 p { color: rgb(11,98,91); }

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

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

 a { background-color: rgb(11,98,91); }

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

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

 span { border-color: rgb(11,98,91); }

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