Html Css Color HEX #006051 Mosque

📋 copy color: '#006051'

red 0 ◦ green 96 ◦ blue 81

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

Shades of Mosque #006051

Tints of Mosque #006051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 0%
G = 54.24%
B = 45.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#006051 (or 0x006051) is known color: Mosque. HEX triplet: 00, 60 and 51. RGB value is (0,96,81). Sum of RGB (Red+Green+Blue) = 0+96+81=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #006051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006051 is #FF9FAE. Grayscale: #414141. Windows color (decimal): -16752559 or 5332992. OLE color: 5332992.

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

Color convert

RGB 0 96 81 -
CMYK 1 0 0.16 0.62
HSL 170.63º 1% 0.19% -
HSV(B) 170.63º 1% 0.38% -
XYZ 5.67 8.96 9.22 -
YUV 65.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 0 96 81 1 0 0.16 0.62 170.63 1 0.19
Hex 0 60 51 64 0 10 3E AB 64 13
Octal 0 140 121 144 0 20 76 253 144 23
Binary 0 1100000 1010001 1100100 0 10000 111110 10101011 1100100 10011

Color Harmonies of #006051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006051

Black with #006051

Text Example


Text Example

White with #006051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006051; }

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

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

background-color css

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

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

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

border-color css

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

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

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