Html Css Color HEX #147A74 Pine Green

📋 copy color: '#147A74'

red 20 ◦ green 122 ◦ blue 116

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

Shades of Pine Green #147A74

Tints of Pine Green #147A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.29%

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 7.75%
G = 47.29%
B = 44.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#147A74 (or 0x147A74) is known color: Pine Green. HEX triplet: 14, 7A and 74. RGB value is (20,122,116). Sum of RGB (Red+Green+Blue) = 20+122+116=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #147A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A74 is #EB858B. Grayscale: #5A5A5A. Windows color (decimal): -15435148 or 7633428. OLE color: 7633428.

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

Color convert

RGB 20 122 116 -
CMYK 0.84 0 0.05 0.52
HSL 176.47º 0.72% 0.28% -
HSV(B) 176.47º 0.84% 0.48% -
XYZ 10.4 15.33 18.93 -
YUV 90.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 20 122 116 0.84 0 0.05 0.52 176.47 0.72 0.28
Hex 14 7A 74 54 0 5 34 B0 48 1C
Octal 24 172 164 124 0 5 64 260 110 34
Binary 10100 1111010 1110100 1010100 0 101 110100 10110000 1001000 11100

Color Harmonies of #147A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A74

Black with #147A74

Text Example


Text Example

White with #147A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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