#146B4F

Color #146B4F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #146B4F

Tints of Jewel #146B4F

Color information

#146B4F (or 0x146B4F) is unknown color: approx Jewel. HEX triplet: 14, 6B and 4F. RGB value is (20,107,79). Sum of RGB (Red+Green+Blue) = 20+107+79=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #146B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B4F is #EB94B0. Grayscale: #4D4D4D. Windows color (decimal): -15439025 or 5204756. OLE color: 5204756.

HSL color Cylindrical-coordinate representation of color #146B4F: hue angle of 160.69º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146B4F is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB2010779-
CMYK0.8100.260.58
HSL160.69º68.5%24.9%-
HSV(B)160.69º81.31%41.96%-
XYZ6.9611.239.2-
YUV77.8128.6886.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=9.71%
G=51.94%
B=38.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20107790.8100.260.58160.6968.524.9
Hex146B4F5101A3Aa14519
Octal241531171210327224110531
Binary1010011010111001111101000101101011101010100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146B4F; }

 p { color: rgb(20,107,79); }

 H1.HeaderClassName
 {
   color: #146B4F;
 }
 .AnyTagClassName
 {
   color: #146B4F;
 }
</style>
background-color css

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

 a { background-color: rgb(20,107,79); }

 div.DivClassName
 {
   background-color: #146B4F;
 }
 .BgClassName
 {
   background-color: #146B4F;
 }
</style>
border-color css

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

 span { border-color: rgb(20,107,79); }

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