#07554F

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

Shades of Mosque #07554F

Tints of Mosque #07554F

Color information

#07554F (or 0x07554F) is unknown color: approx Mosque. HEX triplet: 07, 55 and 4F. RGB value is (7,85,79). Sum of RGB (Red+Green+Blue) = 7+85+79=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #07554F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07554F is #F8AAB0. Grayscale: #3C3C3C. Windows color (decimal): -16296625 or 5199111. OLE color: 5199111.

HSL color Cylindrical-coordinate representation of color #07554F: hue angle of 175.38º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07554F is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB78579-
CMYK0.9200.070.67
HSL175.38º84.78%18.04%-
HSV(B)175.38º91.76%33.33%-
XYZ4.757.118.52-
YUV60.99138.1689.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=4.09%
G=49.71%
B=46.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785790.9200.070.67175.3884.7818.04
Hex7554F5C0743af5512
Octal71251171340710325712522
Binary1111010101100111110111000111100001110101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07554F; }

 p { color: rgb(7,85,79); }

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

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

 a { background-color: rgb(7,85,79); }

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

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

 span { border-color: rgb(7,85,79); }

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