#076360

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

Shades of Mosque #076360

Tints of Mosque #076360

Color information

#076360 (or 0x076360) is unknown color: approx Mosque. HEX triplet: 07, 63 and 60. RGB value is (7,99,96). Sum of RGB (Red+Green+Blue) = 7+99+96=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #076360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076360 is #F89C9F. Grayscale: #474747. Windows color (decimal): -16293024 or 6316807. OLE color: 6316807.

HSL color Cylindrical-coordinate representation of color #076360: hue angle of 178.04º 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 #076360 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB79996-
CMYK0.9300.030.61
HSL178.04º86.79%20.78%-
HSV(B)178.04º92.93%38.82%-
XYZ6.669.8112.61-
YUV71.15142.0282.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=3.47%
G=49.01%
B=47.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal799960.9300.030.61178.0486.7920.78
Hex763605D033Db25715
Octal7143140135037526212725
Binary11111000111100000101110101111110110110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076360; }

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

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

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

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

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

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

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

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