Html Css Color HEX #01695F Mosque

📋 copy color: '#01695F'

red 1 ◦ green 105 ◦ blue 95

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

Shades of Mosque #01695F

Tints of Mosque #01695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.26%

R = 0.5%
G = 52.24%
B = 47.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#01695F (or 0x01695F) is known color: Mosque. HEX triplet: 01, 69 and 5F. RGB value is (1,105,95). Sum of RGB (Red+Green+Blue) = 1+105+95=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #01695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01695F is #FE96A0. Grayscale: #484848. Windows color (decimal): -16684705 or 6252801. OLE color: 6252801.

HSL color Cylindrical-coordinate representation of color #01695F: hue angle of 174.23º 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 #01695F is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 95 -
CMYK 0.99 0 0.10 0.59
HSL 174.23º 0.98% 0.21% -
HSV(B) 174.23º 0.99% 0.41% -
XYZ 7.13 10.94 12.56 -
YUV 72.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 1 105 95 0.99 0 0.10 0.59 174.23 0.98 0.21
Hex 1 69 5F 63 0 A 3B AE 62 15
Octal 1 151 137 143 0 12 73 256 142 25
Binary 1 1101001 1011111 1100011 0 1010 111011 10101110 1100010 10101

Color Harmonies of #01695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01695F

Black with #01695F

Text Example


Text Example

White with #01695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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