#0D716E

Color #0D716E Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #0D716E

Tints of Pine Green #0D716E

Color information

#0D716E (or 0x0D716E) is unknown color: approx Pine Green. HEX triplet: 0D, 71 and 6E. RGB value is (13,113,110). Sum of RGB (Red+Green+Blue) = 13+113+110=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #0D716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D716E is #F28E91. Grayscale: #525252. Windows color (decimal): -15896210 or 7237901. OLE color: 7237901.

HSL color Cylindrical-coordinate representation of color #0D716E: hue angle of 178.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D716E is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB13113110-
CMYK0.8800.030.56
HSL178.2º79.37%24.71%-
HSV(B)178.2º88.5%44.31%-
XYZ8.8913.0216.8-
YUV82.76143.3778.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=5.51%
G=47.88%
B=46.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131131100.8800.030.56178.279.3724.71
HexD716E580338b24f19
Octal15161156130037026211731
Binary110111100011101110101100001111100010110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D716E; }

 p { color: rgb(13,113,110); }

 H1.HeaderClassName
 {
   color: #0D716E;
 }
 .AnyTagClassName
 {
   color: #0D716E;
 }
</style>
background-color css

<style>
 a { background-color: #0D716E; }

 a { background-color: rgb(13,113,110); }

 div.DivClassName
 {
   background-color: #0D716E;
 }
 .BgClassName
 {
   background-color: #0D716E;
 }
</style>
border-color css

<style>
 span { border-color: #0D716E; }

 span { border-color: rgb(13,113,110); }

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