Html Css Color HEX #01695B Mosque

📋 copy color: '#01695B'

red 1 ◦ green 105 ◦ blue 91

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

Shades of Mosque #01695B

Tints of Mosque #01695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.3%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 0.51%
G = 53.3%
B = 46.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#01695B (or 0x01695B) is known color: Mosque. HEX triplet: 01, 69 and 5B. RGB value is (1,105,91). Sum of RGB (Red+Green+Blue) = 1+105+91=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #01695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01695B is #FE96A4. Grayscale: #484848. Windows color (decimal): -16684709 or 5990657. OLE color: 5990657.

HSL color Cylindrical-coordinate representation of color #01695B: hue angle of 171.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01695B is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 91 -
CMYK 0.99 0 0.13 0.59
HSL 171.92º 0.98% 0.21% -
HSV(B) 171.92º 0.99% 0.41% -
XYZ 6.95 10.86 11.63 -
YUV 72.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 1 105 91 0.99 0 0.13 0.59 171.92 0.98 0.21
Hex 1 69 5B 63 0 D 3B AC 62 15
Octal 1 151 133 143 0 15 73 254 142 25
Binary 1 1101001 1011011 1100011 0 1101 111011 10101100 1100010 10101

Color Harmonies of #01695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01695B

Black with #01695B

Text Example


Text Example

White with #01695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01695B; }

 p { color: rgb(1,105,91); }

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

background-color css

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

 a { background-color: rgb(1,105,91); }

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

border-color css

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

 span { border-color: rgb(1,105,91); }

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