Html Css Color HEX #016150 Mosque

📋 copy color: '#016150'

red 1 ◦ green 97 ◦ blue 80

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

Shades of Mosque #016150

Tints of Mosque #016150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.49%

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 0.56%
G = 54.49%
B = 44.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#016150 (or 0x016150) is known color: Mosque. HEX triplet: 01, 61 and 50. RGB value is (1,97,80). Sum of RGB (Red+Green+Blue) = 1+97+80=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #016150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016150 is #FE9EAF. Grayscale: #424242. Windows color (decimal): -16686768 or 5267713. OLE color: 5267713.

HSL color Cylindrical-coordinate representation of color #016150: hue angle of 169.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016150 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 80 -
CMYK 0.99 0 0.18 0.62
HSL 169.38º 0.98% 0.19% -
HSV(B) 169.38º 0.99% 0.38% -
XYZ 5.74 9.14 9.05 -
YUV 66.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 1 97 80 0.99 0 0.18 0.62 169.38 0.98 0.19
Hex 1 61 50 63 0 12 3E A9 62 13
Octal 1 141 120 143 0 22 76 251 142 23
Binary 1 1100001 1010000 1100011 0 10010 111110 10101001 1100010 10011

Color Harmonies of #016150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016150

Black with #016150

Text Example


Text Example

White with #016150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016150; }

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

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

background-color css

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

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

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

border-color css

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

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

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