#07605A

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

Shades of Mosque #07605A

Tints of Mosque #07605A

Color information

#07605A (or 0x07605A) is unknown color: approx Mosque. HEX triplet: 07, 60 and 5A. RGB value is (7,96,90). Sum of RGB (Red+Green+Blue) = 7+96+90=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #07605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07605A is #F89FA5. Grayscale: #444444. Windows color (decimal): -16293798 or 5922823. OLE color: 5922823.

HSL color Cylindrical-coordinate representation of color #07605A: hue angle of 175.96º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07605A is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB79690-
CMYK0.9300.060.62
HSL175.96º86.41%20.2%-
HSV(B)175.96º92.71%37.65%-
XYZ6.129.1511.12-
YUV68.7140.0183.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=3.63%
G=49.74%
B=46.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796900.9300.060.62175.9686.4120.2
Hex7605A5D063Eb05614
Octal7140132135067626012624
Binary111110000010110101011101011011111010110000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07605A; }

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

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

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

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

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

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

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

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