Html Css Color HEX #00605D Mosque

📋 copy color: '#00605D'

red 0 ◦ green 96 ◦ blue 93

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

Shades of Mosque #00605D

Tints of Mosque #00605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.79%

 BLUE value IS 93 (36.72% from 255) = 49.21%

R = 0%
G = 50.79%
B = 49.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#00605D (or 0x00605D) is known color: Mosque. HEX triplet: 00, 60 and 5D. RGB value is (0,96,93). Sum of RGB (Red+Green+Blue) = 0+96+93=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #00605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00605D is #FF9FA2. Grayscale: #424242. Windows color (decimal): -16752547 or 6119424. OLE color: 6119424.

HSL color Cylindrical-coordinate representation of color #00605D: hue angle of 178.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00605D is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 93 -
CMYK 1 0 0.03 0.62
HSL 178.13º 1% 0.19% -
HSV(B) 178.13º 1% 0.38% -
XYZ 6.16 9.16 11.8 -
YUV 66.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 0 96 93 1 0 0.03 0.62 178.13 1 0.19
Hex 0 60 5D 64 0 3 3E B2 64 13
Octal 0 140 135 144 0 3 76 262 144 23
Binary 0 1100000 1011101 1100100 0 11 111110 10110010 1100100 10011

Color Harmonies of #00605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00605D

Black with #00605D

Text Example


Text Example

White with #00605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00605D; }

 p { color: rgb(0,96,93); }

 H1.HeaderClassName
 {
   color: #00605D;
 }
 .AnyTagClassName
 {
   color: #00605D;
 }
</style>

background-color css

<style>
 a { background-color: #00605D; }

 a { background-color: rgb(0,96,93); }

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

border-color css

<style>
 span { border-color: #00605D; }

 span { border-color: rgb(0,96,93); }

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