#0D796D

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

Shades of Pine Green #0D796D

Tints of Pine Green #0D796D

Color information

#0D796D (or 0x0D796D) is unknown color: approx Pine Green. HEX triplet: 0D, 79 and 6D. RGB value is (13,121,109). Sum of RGB (Red+Green+Blue) = 13+121+109=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #0D796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D796D is #F28692. Grayscale: #575757. Windows color (decimal): -15894163 or 7174413. OLE color: 7174413.

HSL color Cylindrical-coordinate representation of color #0D796D: hue angle of 173.33º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D796D is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB13121109-
CMYK0.8900.100.53
HSL173.33º80.6%26.27%-
HSV(B)173.33º89.26%47.45%-
XYZ9.7614.8616.82-
YUV87.34140.2274.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=5.35%
G=49.79%
B=44.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal131211090.8900.100.53173.3380.626.27
HexD796D590A35ad511a
Octal151711551310126525512132
Binary11011111001110110110110010101011010110101101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,121,109); }

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

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

 a { background-color: rgb(13,121,109); }

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

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

 span { border-color: rgb(13,121,109); }

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