#07665D

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

Shades of Mosque #07665D

Tints of Mosque #07665D

Color information

#07665D (or 0x07665D) is unknown color: approx Mosque. HEX triplet: 07, 66 and 5D. RGB value is (7,102,93). Sum of RGB (Red+Green+Blue) = 7+102+93=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #07665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07665D is #F899A2. Grayscale: #484848. Windows color (decimal): -16292259 or 6120967. OLE color: 6120967.

HSL color Cylindrical-coordinate representation of color #07665D: hue angle of 174.32º 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 #07665D is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB710293-
CMYK0.9300.090.6
HSL174.32º87.16%21.37%-
HSV(B)174.32º93.14%40%-
XYZ6.8110.3411.99-
YUV72.57139.5381.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 102 (40.23% from 255) = 50.50%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=3.47%
G=50.50%
B=46.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7102930.9300.090.6174.3287.1621.37
Hex7665D5D093Cae5715
Octal71461351350117425612725
Binary1111100110101110110111010100111110010101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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