Html Css Color HEX #08685D Mosque

📋 copy color: '#08685D'

red 8 ◦ green 104 ◦ blue 93

#08685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #08685D

Tints of Mosque #08685D

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 104 (41.02% from 255) = 50.73%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 3.9%
G = 50.73%
B = 45.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#08685D (or 0x08685D) is known color: Mosque. HEX triplet: 08, 68 and 5D. RGB value is (8,104,93). Sum of RGB (Red+Green+Blue) = 8+104+93=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #08685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08685D is #F797A2. Grayscale: #494949. Windows color (decimal): -16226211 or 6121480. OLE color: 6121480.

HSL color Cylindrical-coordinate representation of color #08685D: hue angle of 173.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08685D is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 104 93 -
CMYK 0.92 0 0.11 0.59
HSL 173.13º 0.86% 0.22% -
HSV(B) 173.13º 0.92% 0.41% -
XYZ 7.03 10.74 12.06 -
YUV 74.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 8 104 93 0.92 0 0.11 0.59 173.13 0.86 0.22
Hex 8 68 5D 5C 0 B 3B AD 56 16
Octal 10 150 135 134 0 13 73 255 126 26
Binary 1000 1101000 1011101 1011100 0 1011 111011 10101101 1010110 10110

Color Harmonies of #08685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08685D

Black with #08685D

Text Example


Text Example

White with #08685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08685D; }

 p { color: rgb(8,104,93); }

 H1.HeaderClassName
 {
   color: #08685D;
 }
 .AnyTagClassName
 {
   color: #08685D;
 }
</style>

background-color css

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

 a { background-color: rgb(8,104,93); }

 div.DivClassName
 {
   background-color: #08685D;
 }
 .BgClassName
 {
   background-color: #08685D;
 }
</style>

border-color css

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

 span { border-color: rgb(8,104,93); }

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