#076050

Color #076050 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #076050

Tints of Mosque #076050

Color information

#076050 (or 0x076050) is unknown color: approx Mosque. HEX triplet: 07, 60 and 50. RGB value is (7,96,80). Sum of RGB (Red+Green+Blue) = 7+96+80=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #076050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076050 is #F89FAF. Grayscale: #434343. Windows color (decimal): -16293808 or 5267463. OLE color: 5267463.

HSL color Cylindrical-coordinate representation of color #076050: hue angle of 169.21º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076050 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB79680-
CMYK0.9300.170.62
HSL169.21º86.41%20.2%-
HSV(B)169.21º92.71%37.65%-
XYZ5.728.999.02-
YUV67.56135.0184.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=3.83%
G=52.46%
B=43.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796800.9300.170.62169.2186.4120.2
Hex760505D0113Ea95614
Octal71401201350217625112624
Binary11111000001010000101110101000111111010101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076050; }

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

 H1.HeaderClassName
 {
   color: #076050;
 }
 .AnyTagClassName
 {
   color: #076050;
 }
</style>
background-color css

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

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

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

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

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

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