#07665B

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

Shades of Mosque #07665B

Tints of Mosque #07665B

Color information

#07665B (or 0x07665B) is unknown color: approx Mosque. HEX triplet: 07, 66 and 5B. RGB value is (7,102,91). Sum of RGB (Red+Green+Blue) = 7+102+91=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #07665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07665B is #F899A4. Grayscale: #484848. Windows color (decimal): -16292261 or 5989895. OLE color: 5989895.

HSL color Cylindrical-coordinate representation of color #07665B: hue angle of 173.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07665B is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB710291-
CMYK0.9300.110.6
HSL173.05º87.16%21.37%-
HSV(B)173.05º93.14%40%-
XYZ6.7310.311.53-
YUV72.34138.5381.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.5%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=3.5%
G=51%
B=45.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102910.9300.110.6173.0587.1621.37
Hex7665B5D0B3Cad5715
Octal71461331350137425512725
Binary1111100110101101110111010101111110010101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07665B; }

 p { color: rgb(7,102,91); }

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

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

 a { background-color: rgb(7,102,91); }

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

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

 span { border-color: rgb(7,102,91); }

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