Html Css Color HEX #00605B Mosque

📋 copy color: '#00605B'

red 0 ◦ green 96 ◦ blue 91

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

Shades of Mosque #00605B

Tints of Mosque #00605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 0%
G = 51.34%
B = 48.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#00605B (or 0x00605B) is known color: Mosque. HEX triplet: 00, 60 and 5B. RGB value is (0,96,91). Sum of RGB (Red+Green+Blue) = 0+96+91=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #00605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00605B is #FF9FA4. Grayscale: #424242. Windows color (decimal): -16752549 or 5988352. OLE color: 5988352.

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

Color convert

RGB 0 96 91 -
CMYK 1 0 0.05 0.62
HSL 176.88º 1% 0.19% -
HSV(B) 176.88º 1% 0.38% -
XYZ 6.07 9.12 11.34 -
YUV 66.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 0 96 91 1 0 0.05 0.62 176.88 1 0.19
Hex 0 60 5B 64 0 5 3E B1 64 13
Octal 0 140 133 144 0 5 76 261 144 23
Binary 0 1100000 1011011 1100100 0 101 111110 10110001 1100100 10011

Color Harmonies of #00605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00605B

Black with #00605B

Text Example


Text Example

White with #00605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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