Html Css Color HEX #00615D Mosque

📋 copy color: '#00615D'

red 0 ◦ green 97 ◦ blue 93

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

Shades of Mosque #00615D

Tints of Mosque #00615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.05%

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

R = 0%
G = 51.05%
B = 48.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#00615D (or 0x00615D) is known color: Mosque. HEX triplet: 00, 61 and 5D. RGB value is (0,97,93). Sum of RGB (Red+Green+Blue) = 0+97+93=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #00615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00615D is #FF9EA2. Grayscale: #434343. Windows color (decimal): -16752291 or 6119680. OLE color: 6119680.

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

Color convert

RGB 0 97 93 -
CMYK 1 0 0.04 0.62
HSL 177.53º 1% 0.19% -
HSV(B) 177.53º 1% 0.38% -
XYZ 6.25 9.34 11.83 -
YUV 67.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 0 97 93 1 0 0.04 0.62 177.53 1 0.19
Hex 0 61 5D 64 0 4 3E B2 64 13
Octal 0 141 135 144 0 4 76 262 144 23
Binary 0 1100001 1011101 1100100 0 100 111110 10110010 1100100 10011

Color Harmonies of #00615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00615D

Black with #00615D

Text Example


Text Example

White with #00615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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