#07685E

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

Shades of Mosque #07685E

Tints of Mosque #07685E

Color information

#07685E (or 0x07685E) is unknown color: approx Mosque. HEX triplet: 07, 68 and 5E. RGB value is (7,104,94). Sum of RGB (Red+Green+Blue) = 7+104+94=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #07685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07685E is #F897A1. Grayscale: #494949. Windows color (decimal): -16291746 or 6187015. OLE color: 6187015.

HSL color Cylindrical-coordinate representation of color #07685E: hue angle of 173.81º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07685E is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB710494-
CMYK0.9300.100.59
HSL173.81º87.39%21.76%-
HSV(B)173.81º93.27%40.78%-
XYZ7.0610.7512.29-
YUV73.86139.3680.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=3.41%
G=50.73%
B=45.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104940.9300.100.59173.8187.3921.76
Hex7685E5D0A3Bae5716
Octal71501361350127325612726
Binary1111101000101111010111010101011101110101110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07685E; }

 p { color: rgb(7,104,94); }

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

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

 a { background-color: rgb(7,104,94); }

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

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

 span { border-color: rgb(7,104,94); }

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