#076252

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

Shades of Mosque #076252

Tints of Mosque #076252

Color information

#076252 (or 0x076252) is unknown color: approx Mosque. HEX triplet: 07, 62 and 52. RGB value is (7,98,82). Sum of RGB (Red+Green+Blue) = 7+98+82=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #076252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076252 is #F89DAD. Grayscale: #444444. Windows color (decimal): -16293294 or 5399047. OLE color: 5399047.

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

Color convert

RGB79882-
CMYK0.9300.160.62
HSL169.45º86.67%20.59%-
HSV(B)169.45º92.86%38.43%-
XYZ5.989.399.48-
YUV68.97135.3583.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.74%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=3.74%
G=52.41%
B=43.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798820.9300.160.62169.4586.6720.59
Hex762525D0103Ea95715
Octal71421221350207625112725
Binary11111000101010010101110101000011111010101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076252; }

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

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

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

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

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

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

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

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