Html Css Color HEX #00685D Mosque

📋 copy color: '#00685D'

red 0 ◦ green 104 ◦ blue 93

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

Shades of Mosque #00685D

Tints of Mosque #00685D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 52.79%
B = 47.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#00685D (or 0x00685D) is known color: Mosque. HEX triplet: 00, 68 and 5D. RGB value is (0,104,93). Sum of RGB (Red+Green+Blue) = 0+104+93=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #00685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00685D is #FF97A2. Grayscale: #474747. Windows color (decimal): -16750499 or 6121472. OLE color: 6121472.

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

Color convert

RGB 0 104 93 -
CMYK 1 0 0.11 0.59
HSL 173.65º 1% 0.2% -
HSV(B) 173.65º 1% 0.41% -
XYZ 6.93 10.69 12.05 -
YUV 71.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 0 104 93 1 0 0.11 0.59 173.65 1 0.2
Hex 0 68 5D 64 0 B 3B AE 64 14
Octal 0 150 135 144 0 13 73 256 144 24
Binary 0 1101000 1011101 1100100 0 1011 111011 10101110 1100100 10100

Color Harmonies of #00685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00685D

Black with #00685D

Text Example


Text Example

White with #00685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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