Html Css Color HEX #147672 Pine Green

📋 copy color: '#147672'

red 20 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #147672

Tints of Pine Green #147672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 7.94%
G = 46.83%
B = 45.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#147672 (or 0x147672) is known color: Pine Green. HEX triplet: 14, 76 and 72. RGB value is (20,118,114). Sum of RGB (Red+Green+Blue) = 20+118+114=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #147672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147672 is #EB898D. Grayscale: #585858. Windows color (decimal): -15436174 or 7501332. OLE color: 7501332.

HSL color Cylindrical-coordinate representation of color #147672: hue angle of 177.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147672 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 114 -
CMYK 0.83 0 0.03 0.54
HSL 177.55º 0.71% 0.27% -
HSV(B) 177.55º 0.83% 0.46% -
XYZ 9.8 14.32 18.17 -
YUV 88.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 20 118 114 0.83 0 0.03 0.54 177.55 0.71 0.27
Hex 14 76 72 53 0 3 36 B2 47 1B
Octal 24 166 162 123 0 3 66 262 107 33
Binary 10100 1110110 1110010 1010011 0 11 110110 10110010 1000111 11011

Color Harmonies of #147672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147672

Black with #147672

Text Example


Text Example

White with #147672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147672; }

 p { color: rgb(20,118,114); }

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

background-color css

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

 a { background-color: rgb(20,118,114); }

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

border-color css

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

 span { border-color: rgb(20,118,114); }

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