Html Css Color HEX #006151 Mosque

📋 copy color: '#006151'

red 0 ◦ green 97 ◦ blue 81

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

Shades of Mosque #006151

Tints of Mosque #006151

RGB

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

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

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

R = 0%
G = 54.49%
B = 45.51%

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

#006151 (or 0x006151) is known color: Mosque. HEX triplet: 00, 61 and 51. RGB value is (0,97,81). Sum of RGB (Red+Green+Blue) = 0+97+81=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #006151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006151 is #FF9EAE. Grayscale: #424242. Windows color (decimal): -16752303 or 5333248. OLE color: 5333248.

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

Color convert

RGB 0 97 81 -
CMYK 1 0 0.16 0.62
HSL 170.1º 1% 0.19% -
HSV(B) 170.1º 1% 0.38% -
XYZ 5.76 9.14 9.25 -
YUV 66.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 0 97 81 1 0 0.16 0.62 170.1 1 0.19
Hex 0 61 51 64 0 10 3E AA 64 13
Octal 0 141 121 144 0 20 76 252 144 23
Binary 0 1100001 1010001 1100100 0 10000 111110 10101010 1100100 10011

Color Harmonies of #006151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006151

Black with #006151

Text Example


Text Example

White with #006151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006151; }

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

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

background-color css

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

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

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

border-color css

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

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

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