#00695E

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

Shades of Mosque #00695E

Tints of Mosque #00695E

Color information

#00695E (or 0x00695E) is unknown color: approx Mosque. HEX triplet: 00, 69 and 5E. RGB value is (0,105,94). Sum of RGB (Red+Green+Blue) = 0+105+94=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #00695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00695E is #FF96A1. Grayscale: #484848. Windows color (decimal): -16750242 or 6187264. OLE color: 6187264.

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

Color convert

RGB010594-
CMYK100.100.59
HSL173.71º100%20.59%-
HSV(B)173.71º100%41.18%-
XYZ7.0710.9112.32-
YUV72.35140.2176.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=0%
G=52.76%
B=47.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010594100.100.59173.7110020.59
Hex0695E640A3Bae6415
Octal01511361440127325614425
Binary01101001101111011001000101011101110101110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,105,94); }

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

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

 a { background-color: rgb(0,105,94); }

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

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

 span { border-color: rgb(0,105,94); }

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