Html Css Color HEX #147C75 Pine Green

📋 copy color: '#147C75'

red 20 ◦ green 124 ◦ blue 117

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

Shades of Pine Green #147C75

Tints of Pine Green #147C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.51%

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 7.66%
G = 47.51%
B = 44.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#147C75 (or 0x147C75) is known color: Pine Green. HEX triplet: 14, 7C and 75. RGB value is (20,124,117). Sum of RGB (Red+Green+Blue) = 20+124+117=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #147C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C75 is #EB838A. Grayscale: #5C5C5C. Windows color (decimal): -15434635 or 7699476. OLE color: 7699476.

HSL color Cylindrical-coordinate representation of color #147C75: hue angle of 175.96º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C75 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 124 117 -
CMYK 0.84 0 0.06 0.51
HSL 175.96º 0.72% 0.28% -
HSV(B) 175.96º 0.84% 0.49% -
XYZ 10.71 15.85 19.32 -
YUV 92.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 20 124 117 0.84 0 0.06 0.51 175.96 0.72 0.28
Hex 14 7C 75 54 0 6 33 B0 48 1C
Octal 24 174 165 124 0 6 63 260 110 34
Binary 10100 1111100 1110101 1010100 0 110 110011 10110000 1001000 11100

Color Harmonies of #147C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C75

Black with #147C75

Text Example


Text Example

White with #147C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147C75; }

 p { color: rgb(20,124,117); }

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

background-color css

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

 a { background-color: rgb(20,124,117); }

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

border-color css

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

 span { border-color: rgb(20,124,117); }

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