Html Css Color HEX #137F75 Pine Green

📋 copy color: '#137F75'

red 19 ◦ green 127 ◦ blue 117

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

Shades of Pine Green #137F75

Tints of Pine Green #137F75

RGB

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

 GREEN value IS 127 (50% from 255) = 48.29%

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

R = 7.22%
G = 48.29%
B = 44.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#137F75 (or 0x137F75) is known color: Pine Green. HEX triplet: 13, 7F and 75. RGB value is (19,127,117). Sum of RGB (Red+Green+Blue) = 19+127+117=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #137F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F75 is #EC808A. Grayscale: #5D5D5D. Windows color (decimal): -15499403 or 7700243. OLE color: 7700243.

HSL color Cylindrical-coordinate representation of color #137F75: hue angle of 174.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F75 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 127 117 -
CMYK 0.85 0 0.08 0.50
HSL 174.44º 0.74% 0.29% -
HSV(B) 174.44º 0.85% 0.5% -
XYZ 11.07 16.6 19.45 -
YUV 93.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 19 127 117 0.85 0 0.08 0.50 174.44 0.74 0.29
Hex 13 7F 75 55 0 8 32 AE 4A 1D
Octal 23 177 165 125 0 10 62 256 112 35
Binary 10011 1111111 1110101 1010101 0 1000 110010 10101110 1001010 11101

Color Harmonies of #137F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F75

Black with #137F75

Text Example


Text Example

White with #137F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,117); }

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

background-color css

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

 a { background-color: rgb(19,127,117); }

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

border-color css

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

 span { border-color: rgb(19,127,117); }

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