Html Css Color HEX #086761 Mosque

📋 copy color: '#086761'

red 8 ◦ green 103 ◦ blue 97

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

Shades of Mosque #086761

Tints of Mosque #086761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.52%

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 3.85%
G = 49.52%
B = 46.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#086761 (or 0x086761) is known color: Mosque. HEX triplet: 08, 67 and 61. RGB value is (8,103,97). Sum of RGB (Red+Green+Blue) = 8+103+97=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #086761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086761 is #F7989E. Grayscale: #494949. Windows color (decimal): -16226463 or 6383368. OLE color: 6383368.

HSL color Cylindrical-coordinate representation of color #086761: hue angle of 176.21º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086761 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 103 97 -
CMYK 0.92 0 0.06 0.60
HSL 176.21º 0.86% 0.22% -
HSV(B) 176.21º 0.92% 0.4% -
XYZ 7.11 10.62 12.98 -
YUV 73.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 8 103 97 0.92 0 0.06 0.60 176.21 0.86 0.22
Hex 8 67 61 5C 0 6 3C B0 56 16
Octal 10 147 141 134 0 6 74 260 126 26
Binary 1000 1100111 1100001 1011100 0 110 111100 10110000 1010110 10110

Color Harmonies of #086761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086761

Black with #086761

Text Example


Text Example

White with #086761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086761; }

 p { color: rgb(8,103,97); }

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

background-color css

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

 a { background-color: rgb(8,103,97); }

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

border-color css

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

 span { border-color: rgb(8,103,97); }

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