Html Css Color HEX #00615C Mosque

📋 copy color: '#00615C'

red 0 ◦ green 97 ◦ blue 92

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

Shades of Mosque #00615C

Tints of Mosque #00615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 0%
G = 51.32%
B = 48.68%

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

#00615C (or 0x00615C) is known color: Mosque. HEX triplet: 00, 61 and 5C. RGB value is (0,97,92). Sum of RGB (Red+Green+Blue) = 0+97+92=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #00615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00615C is #FF9EA3. Grayscale: #434343. Windows color (decimal): -16752292 or 6054144. OLE color: 6054144.

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

Color convert

RGB 0 97 92 -
CMYK 1 0 0.05 0.62
HSL 176.91º 1% 0.19% -
HSV(B) 176.91º 1% 0.38% -
XYZ 6.21 9.32 11.6 -
YUV 67.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 0 97 92 1 0 0.05 0.62 176.91 1 0.19
Hex 0 61 5C 64 0 5 3E B1 64 13
Octal 0 141 134 144 0 5 76 261 144 23
Binary 0 1100001 1011100 1100100 0 101 111110 10110001 1100100 10011

Color Harmonies of #00615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00615C

Black with #00615C

Text Example


Text Example

White with #00615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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