Html Css Color HEX #00645F Mosque

📋 copy color: '#00645F'

red 0 ◦ green 100 ◦ blue 95

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

Shades of Mosque #00645F

Tints of Mosque #00645F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 51.28%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 0%
G = 51.28%
B = 48.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#00645F (or 0x00645F) is known color: Mosque. HEX triplet: 00, 64 and 5F. RGB value is (0,100,95). Sum of RGB (Red+Green+Blue) = 0+100+95=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #00645F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00645F is #FF9BA0. Grayscale: #454545. Windows color (decimal): -16751521 or 6251520. OLE color: 6251520.

HSL color Cylindrical-coordinate representation of color #00645F: hue angle of 177º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00645F is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 100 95 -
CMYK 1 0 0.05 0.61
HSL 177º 1% 0.2% -
HSV(B) 177º 1% 0.39% -
XYZ 6.62 9.94 12.4 -
YUV 69.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 0 100 95 1 0 0.05 0.61 177 1 0.2
Hex 0 64 5F 64 0 5 3D B1 64 14
Octal 0 144 137 144 0 5 75 261 144 24
Binary 0 1100100 1011111 1100100 0 101 111101 10110001 1100100 10100

Color Harmonies of #00645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00645F

Black with #00645F

Text Example


Text Example

White with #00645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00645F; }

 p { color: rgb(0,100,95); }

 H1.HeaderClassName
 {
   color: #00645F;
 }
 .AnyTagClassName
 {
   color: #00645F;
 }
</style>

background-color css

<style>
 a { background-color: #00645F; }

 a { background-color: rgb(0,100,95); }

 div.DivClassName
 {
   background-color: #00645F;
 }
 .BgClassName
 {
   background-color: #00645F;
 }
</style>

border-color css

<style>
 span { border-color: #00645F; }

 span { border-color: rgb(0,100,95); }

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