Html Css Color HEX #006150 Mosque

📋 copy color: '#006150'

red 0 ◦ green 97 ◦ blue 80

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

Shades of Mosque #006150

Tints of Mosque #006150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 0%
G = 54.8%
B = 45.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#006150 (or 0x006150) is known color: Mosque. HEX triplet: 00, 61 and 50. RGB value is (0,97,80). Sum of RGB (Red+Green+Blue) = 0+97+80=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #006150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006150 is #FF9EAF. Grayscale: #424242. Windows color (decimal): -16752304 or 5267712. OLE color: 5267712.

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

Color convert

RGB 0 97 80 -
CMYK 1 0 0.18 0.62
HSL 169.48º 1% 0.19% -
HSV(B) 169.48º 1% 0.38% -
XYZ 5.72 9.13 9.05 -
YUV 66.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 0 97 80 1 0 0.18 0.62 169.48 1 0.19
Hex 0 61 50 64 0 12 3E A9 64 13
Octal 0 141 120 144 0 22 76 251 144 23
Binary 0 1100001 1010000 1100100 0 10010 111110 10101001 1100100 10011

Color Harmonies of #006150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006150

Black with #006150

Text Example


Text Example

White with #006150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006150; }

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

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

background-color css

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

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

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

border-color css

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

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

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