Html Css Color HEX #00605F Mosque

📋 copy color: '#00605F'

red 0 ◦ green 96 ◦ blue 95

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

Shades of Mosque #00605F

Tints of Mosque #00605F

RGB

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

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

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

R = 0%
G = 50.26%
B = 49.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#00605F (or 0x00605F) is known color: Mosque. HEX triplet: 00, 60 and 5F. RGB value is (0,96,95). Sum of RGB (Red+Green+Blue) = 0+96+95=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #00605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00605F is #FF9FA0. Grayscale: #434343. Windows color (decimal): -16752545 or 6250496. OLE color: 6250496.

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

Color convert

RGB 0 96 95 -
CMYK 1 0 0.01 0.62
HSL 179.38º 1% 0.19% -
HSV(B) 179.38º 1% 0.38% -
XYZ 6.25 9.19 12.27 -
YUV 67.18 143.7 80.08 -
System Red Green Blue C M Y K H S L
Decimal 0 96 95 1 0 0.01 0.62 179.38 1 0.19
Hex 0 60 5F 64 0 1 3E B3 64 13
Octal 0 140 137 144 0 1 76 263 144 23
Binary 0 1100000 1011111 1100100 0 1 111110 10110011 1100100 10011

Color Harmonies of #00605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00605F

Black with #00605F

Text Example


Text Example

White with #00605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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