#0D716C

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

Shades of Pine Green #0D716C

Tints of Pine Green #0D716C

Color information

#0D716C (or 0x0D716C) is unknown color: approx Pine Green. HEX triplet: 0D, 71 and 6C. RGB value is (13,113,108). Sum of RGB (Red+Green+Blue) = 13+113+108=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #0D716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D716C is #F28E93. Grayscale: #525252. Windows color (decimal): -15896212 or 7106829. OLE color: 7106829.

HSL color Cylindrical-coordinate representation of color #0D716C: hue angle of 177º 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 #0D716C is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB13113108-
CMYK0.8800.040.56
HSL177º79.37%24.71%-
HSV(B)177º88.5%44.31%-
XYZ8.7812.9816.23-
YUV82.53142.3778.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=5.56%
G=48.29%
B=46.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131131080.8800.040.5617779.3724.71
HexD716C580438b14f19
Octal15161154130047026111731
Binary1101111000111011001011000010011100010110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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