Html Css Color HEX #016761 Mosque

📋 copy color: '#016761'

red 1 ◦ green 103 ◦ blue 97

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

Shades of Mosque #016761

Tints of Mosque #016761

RGB

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

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

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

R = 0.5%
G = 51.24%
B = 48.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#016761 (or 0x016761) is known color: Mosque. HEX triplet: 01, 67 and 61. RGB value is (1,103,97). Sum of RGB (Red+Green+Blue) = 1+103+97=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #016761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016761 is #FE989E. Grayscale: #474747. Windows color (decimal): -16685215 or 6383361. OLE color: 6383361.

HSL color Cylindrical-coordinate representation of color #016761: hue angle of 176.47º 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 #016761 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 97 -
CMYK 0.99 0 0.06 0.60
HSL 176.47º 0.98% 0.2% -
HSV(B) 176.47º 0.99% 0.4% -
XYZ 7.02 10.57 12.98 -
YUV 71.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 1 103 97 0.99 0 0.06 0.60 176.47 0.98 0.2
Hex 1 67 61 63 0 6 3C B0 62 14
Octal 1 147 141 143 0 6 74 260 142 24
Binary 1 1100111 1100001 1100011 0 110 111100 10110000 1100010 10100

Color Harmonies of #016761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016761

Black with #016761

Text Example


Text Example

White with #016761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016761; }

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

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

background-color css

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

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

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

border-color css

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

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

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