Html Css Color HEX #01675A Mosque

📋 copy color: '#01675A'

red 1 ◦ green 103 ◦ blue 90

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

Shades of Mosque #01675A

Tints of Mosque #01675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 0.52%
G = 53.09%
B = 46.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#01675A (or 0x01675A) is known color: Mosque. HEX triplet: 01, 67 and 5A. RGB value is (1,103,90). Sum of RGB (Red+Green+Blue) = 1+103+90=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #01675A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01675A is #FE98A5. Grayscale: #464646. Windows color (decimal): -16685222 or 5924609. OLE color: 5924609.

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

Color convert

RGB 1 103 90 -
CMYK 0.99 0 0.13 0.60
HSL 172.35º 0.98% 0.2% -
HSV(B) 172.35º 0.99% 0.4% -
XYZ 6.71 10.45 11.34 -
YUV 71.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 1 103 90 0.99 0 0.13 0.60 172.35 0.98 0.2
Hex 1 67 5A 63 0 D 3C AC 62 14
Octal 1 147 132 143 0 15 74 254 142 24
Binary 1 1100111 1011010 1100011 0 1101 111100 10101100 1100010 10100

Color Harmonies of #01675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01675A

Black with #01675A

Text Example


Text Example

White with #01675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01675A; }

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

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

background-color css

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

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

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

border-color css

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

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

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