Html Css Color HEX #016760 Mosque

📋 copy color: '#016760'

red 1 ◦ green 103 ◦ blue 96

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

Shades of Mosque #016760

Tints of Mosque #016760

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 0.5%
G = 51.5%
B = 48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#016760 (or 0x016760) is known color: Mosque. HEX triplet: 01, 67 and 60. RGB value is (1,103,96). Sum of RGB (Red+Green+Blue) = 1+103+96=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #016760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016760 is #FE989F. Grayscale: #474747. Windows color (decimal): -16685216 or 6317825. OLE color: 6317825.

HSL color Cylindrical-coordinate representation of color #016760: hue angle of 175.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016760 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 96 -
CMYK 0.99 0 0.07 0.60
HSL 175.88º 0.98% 0.2% -
HSV(B) 175.88º 0.99% 0.4% -
XYZ 6.97 10.55 12.74 -
YUV 71.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 1 103 96 0.99 0 0.07 0.60 175.88 0.98 0.2
Hex 1 67 60 63 0 7 3C B0 62 14
Octal 1 147 140 143 0 7 74 260 142 24
Binary 1 1100111 1100000 1100011 0 111 111100 10110000 1100010 10100

Color Harmonies of #016760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016760

Black with #016760

Text Example


Text Example

White with #016760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016760; }

 p { color: rgb(1,103,96); }

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

background-color css

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

 a { background-color: rgb(1,103,96); }

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

border-color css

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

 span { border-color: rgb(1,103,96); }

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