Html Css Color HEX #075B50 Mosque

📋 copy color: '#075B50'

red 7 ◦ green 91 ◦ blue 80

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

Shades of Mosque #075B50

Tints of Mosque #075B50

RGB

 RED value IS 7 (3.13% from 255) = 3.93%

 GREEN value IS 91 (35.94% from 255) = 51.12%

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

R = 3.93%
G = 51.12%
B = 44.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#075B50 (or 0x075B50) is known color: Mosque. HEX triplet: 07, 5B and 50. RGB value is (7,91,80). Sum of RGB (Red+Green+Blue) = 7+91+80=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #075B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B50 is #F8A4AF. Grayscale: #404040. Windows color (decimal): -16295088 or 5266183. OLE color: 5266183.

HSL color Cylindrical-coordinate representation of color #075B50: hue angle of 172.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075B50 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 91 80 -
CMYK 0.92 0 0.12 0.64
HSL 172.14º 0.86% 0.19% -
HSV(B) 172.14º 0.92% 0.36% -
XYZ 5.28 8.11 8.88 -
YUV 64.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 7 91 80 0.92 0 0.12 0.64 172.14 0.86 0.19
Hex 7 5B 50 5C 0 C 40 AC 56 13
Octal 7 133 120 134 0 14 100 254 126 23
Binary 111 1011011 1010000 1011100 0 1100 1000000 10101100 1010110 10011

Color Harmonies of #075B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B50

Black with #075B50

Text Example


Text Example

White with #075B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075B50; }

 p { color: rgb(7,91,80); }

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

background-color css

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

 a { background-color: rgb(7,91,80); }

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

border-color css

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

 span { border-color: rgb(7,91,80); }

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