Html Css Color HEX #137D75 Pine Green

📋 copy color: '#137D75'

red 19 ◦ green 125 ◦ blue 117

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

Shades of Pine Green #137D75

Tints of Pine Green #137D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

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

R = 7.28%
G = 47.89%
B = 44.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#137D75 (or 0x137D75) is known color: Pine Green. HEX triplet: 13, 7D and 75. RGB value is (19,125,117). Sum of RGB (Red+Green+Blue) = 19+125+117=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #137D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D75 is #EC828A. Grayscale: #5C5C5C. Windows color (decimal): -15499915 or 7699731. OLE color: 7699731.

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

Color convert

RGB 19 125 117 -
CMYK 0.85 0 0.06 0.51
HSL 175.47º 0.74% 0.28% -
HSV(B) 175.47º 0.85% 0.49% -
XYZ 10.81 16.09 19.37 -
YUV 92.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 19 125 117 0.85 0 0.06 0.51 175.47 0.74 0.28
Hex 13 7D 75 55 0 6 33 AF 4A 1C
Octal 23 175 165 125 0 6 63 257 112 34
Binary 10011 1111101 1110101 1010101 0 110 110011 10101111 1001010 11100

Color Harmonies of #137D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137D75

Black with #137D75

Text Example


Text Example

White with #137D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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