#0D7C73

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

Shades of Pine Green #0D7C73

Tints of Pine Green #0D7C73

Color information

#0D7C73 (or 0x0D7C73) is unknown color: approx Pine Green. HEX triplet: 0D, 7C and 73. RGB value is (13,124,115). Sum of RGB (Red+Green+Blue) = 13+124+115=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7C73 is #F2838C. Grayscale: #595959. Windows color (decimal): -15893389 or 7568397. OLE color: 7568397.

HSL color Cylindrical-coordinate representation of color #0D7C73: hue angle of 175.14º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C73 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB13124115-
CMYK0.9000.070.51
HSL175.14º81.02%26.86%-
HSV(B)175.14º89.52%48.63%-
XYZ10.4715.7418.71-
YUV89.78142.2373.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 124 (48.83% from 255) = 49.21%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=5.16%
G=49.21%
B=45.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131241150.9000.070.51175.1481.0226.86
HexD7C735A0733af511b
Octal15174163132076325712133
Binary1101111110011100111011010011111001110101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,115); }

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

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

 a { background-color: rgb(13,124,115); }

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

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

 span { border-color: rgb(13,124,115); }

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