Html Css Color HEX #137A73 Pine Green

📋 copy color: '#137A73'

red 19 ◦ green 122 ◦ blue 115

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

Shades of Pine Green #137A73

Tints of Pine Green #137A73

RGB

 RED value IS 19 (7.81% from 255) = 7.42%

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

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 7.42%
G = 47.66%
B = 44.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#137A73 (or 0x137A73) is known color: Pine Green. HEX triplet: 13, 7A and 73. RGB value is (19,122,115). Sum of RGB (Red+Green+Blue) = 19+122+115=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #137A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A73 is #EC858C. Grayscale: #5A5A5A. Windows color (decimal): -15500685 or 7567891. OLE color: 7567891.

HSL color Cylindrical-coordinate representation of color #137A73: hue angle of 175.92º degrees, saturation: 0.73, 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 #137A73 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 115 -
CMYK 0.84 0 0.06 0.52
HSL 175.92º 0.73% 0.28% -
HSV(B) 175.92º 0.84% 0.48% -
XYZ 10.32 15.3 18.63 -
YUV 90.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 19 122 115 0.84 0 0.06 0.52 175.92 0.73 0.28
Hex 13 7A 73 54 0 6 34 B0 49 1C
Octal 23 172 163 124 0 6 64 260 111 34
Binary 10011 1111010 1110011 1010100 0 110 110100 10110000 1001001 11100

Color Harmonies of #137A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A73

Black with #137A73

Text Example


Text Example

White with #137A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137A73; }

 p { color: rgb(19,122,115); }

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

background-color css

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

 a { background-color: rgb(19,122,115); }

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

border-color css

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

 span { border-color: rgb(19,122,115); }

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