#076162

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

Shades of Mosque #076162

Tints of Mosque #076162

Color information

#076162 (or 0x076162) is unknown color: approx Mosque. HEX triplet: 07, 61 and 62. RGB value is (7,97,98). Sum of RGB (Red+Green+Blue) = 7+97+98=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #076162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076162 is #F89E9D. Grayscale: #464646. Windows color (decimal): -16293534 or 6447367. OLE color: 6447367.

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

Color convert

RGB79798-
CMYK0.930.0100.62
HSL180.66º86.67%20.59%-
HSV(B)180.66º92.86%38.43%-
XYZ6.579.4813.04-
YUV70.2143.6882.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=3.47%
G=48.02%
B=48.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal797980.930.0100.62180.6686.6720.59
Hex761625D103Eb55715
Octal7141142135107626512725
Binary1111100001110001010111011011111010110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076162; }

 p { color: rgb(7,97,98); }

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

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

 a { background-color: rgb(7,97,98); }

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

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

 span { border-color: rgb(7,97,98); }

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