#076354

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

Shades of Mosque #076354

Tints of Mosque #076354

Color information

#076354 (or 0x076354) is unknown color: approx Mosque. HEX triplet: 07, 63 and 54. RGB value is (7,99,84). Sum of RGB (Red+Green+Blue) = 7+99+84=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #076354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076354 is #F89CAB. Grayscale: #454545. Windows color (decimal): -16293036 or 5530375. OLE color: 5530375.

HSL color Cylindrical-coordinate representation of color #076354: hue angle of 170.22º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076354 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB79984-
CMYK0.9300.150.61
HSL170.22º86.79%20.78%-
HSV(B)170.22º92.93%38.82%-
XYZ6.159.619.92-
YUV69.78136.0283.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=3.68%
G=52.11%
B=44.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799840.9300.150.61170.2286.7920.78
Hex763545D0F3Daa5715
Octal71431241350177525212725
Binary1111100011101010010111010111111110110101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076354; }

 p { color: rgb(7,99,84); }

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

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

 a { background-color: rgb(7,99,84); }

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

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

 span { border-color: rgb(7,99,84); }

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