Html Css Color HEX #00695E Mosque

📋 copy color: '#00695E'

red 0 ◦ green 105 ◦ blue 94

#00695E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #00695E

Tints of Mosque #00695E

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 value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#00695E (or 0x00695E) is known color: 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

RGB 0 105 94 -
CMYK 1 0 0.10 0.59
HSL 173.71º 1% 0.21% -
HSV(B) 173.71º 1% 0.41% -
XYZ 7.07 10.91 12.32 -
YUV 72.35 140.21 76.39 -
System Red Green Blue C M Y K H S L
Decimal 0 105 94 1 0 0.10 0.59 173.71 1 0.21
Hex 0 69 5E 64 0 A 3B AE 64 15
Octal 0 151 136 144 0 12 73 256 144 25
Binary 0 1101001 1011110 1100100 0 1010 111011 10101110 1100100 10101

Color Harmonies of #00695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00695E

Black with #00695E

Text Example


Text Example

White with #00695E

Text Example


Text Example

HTML Codes & Css Web 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>