Html Css Color HEX #137A71 Pine Green

📋 copy color: '#137A71'

red 19 ◦ green 122 ◦ blue 113

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

Shades of Pine Green #137A71

Tints of Pine Green #137A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 7.48%
G = 48.03%
B = 44.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#137A71 (or 0x137A71) is known color: Pine Green. HEX triplet: 13, 7A and 71. RGB value is (19,122,113). Sum of RGB (Red+Green+Blue) = 19+122+113=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #137A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A71 is #EC858E. Grayscale: #5A5A5A. Windows color (decimal): -15500687 or 7436819. OLE color: 7436819.

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

Color convert

RGB 19 122 113 -
CMYK 0.84 0 0.07 0.52
HSL 174.76º 0.73% 0.28% -
HSV(B) 174.76º 0.84% 0.48% -
XYZ 10.21 15.25 18.03 -
YUV 90.18 140.88 77.23 -
System Red Green Blue C M Y K H S L
Decimal 19 122 113 0.84 0 0.07 0.52 174.76 0.73 0.28
Hex 13 7A 71 54 0 7 34 AF 49 1C
Octal 23 172 161 124 0 7 64 257 111 34
Binary 10011 1111010 1110001 1010100 0 111 110100 10101111 1001001 11100

Color Harmonies of #137A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A71

Black with #137A71

Text Example


Text Example

White with #137A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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