Html Css Color HEX #14746E Pine Green

📋 copy color: '#14746E'

red 20 ◦ green 116 ◦ blue 110

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

Shades of Pine Green #14746E

Tints of Pine Green #14746E

RGB

 RED value IS 20 (8.2% from 255) = 8.13%

 GREEN value IS 116 (45.7% from 255) = 47.15%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 8.13%
G = 47.15%
B = 44.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#14746E (or 0x14746E) is known color: Pine Green. HEX triplet: 14, 74 and 6E. RGB value is (20,116,110). Sum of RGB (Red+Green+Blue) = 20+116+110=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #14746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14746E is #EB8B91. Grayscale: #565656. Windows color (decimal): -15436690 or 7238676. OLE color: 7238676.

HSL color Cylindrical-coordinate representation of color #14746E: hue angle of 176.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14746E is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 110 -
CMYK 0.83 0 0.05 0.55
HSL 176.25º 0.71% 0.27% -
HSV(B) 176.25º 0.83% 0.45% -
XYZ 9.35 13.77 16.92 -
YUV 86.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 20 116 110 0.83 0 0.05 0.55 176.25 0.71 0.27
Hex 14 74 6E 53 0 5 37 B0 47 1B
Octal 24 164 156 123 0 5 67 260 107 33
Binary 10100 1110100 1101110 1010011 0 101 110111 10110000 1000111 11011

Color Harmonies of #14746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14746E

Black with #14746E

Text Example


Text Example

White with #14746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14746E; }

 p { color: rgb(20,116,110); }

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

background-color css

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

 a { background-color: rgb(20,116,110); }

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

border-color css

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

 span { border-color: rgb(20,116,110); }

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