#00695B

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

Shades of Mosque #00695B

Tints of Mosque #00695B

Color information

#00695B (or 0x00695B) is unknown color: approx Mosque. HEX triplet: 00, 69 and 5B. RGB value is (0,105,91). Sum of RGB (Red+Green+Blue) = 0+105+91=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #00695B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00695B is #FF96A4. Grayscale: #474747. Windows color (decimal): -16750245 or 5990656. OLE color: 5990656.

HSL color Cylindrical-coordinate representation of color #00695B: hue angle of 172º 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 #00695B is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB010591-
CMYK100.130.59
HSL172º100%20.59%-
HSV(B)172º100%41.18%-
XYZ6.9410.8611.63-
YUV72.01138.7176.64-

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) = 53.57%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=0%
G=53.57%
B=46.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010591100.130.5917210020.59
Hex0695B640D3Bac6415
Octal01511331440157325414425
Binary01101001101101111001000110111101110101100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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