#0D766D

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

Shades of Pine Green #0D766D

Tints of Pine Green #0D766D

Color information

#0D766D (or 0x0D766D) is unknown color: approx Pine Green. HEX triplet: 0D, 76 and 6D. RGB value is (13,118,109). Sum of RGB (Red+Green+Blue) = 13+118+109=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #0D766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D766D is #F28992. Grayscale: #555555. Windows color (decimal): -15894931 or 7173645. OLE color: 7173645.

HSL color Cylindrical-coordinate representation of color #0D766D: hue angle of 174.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D766D is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB13118109-
CMYK0.8900.080.54
HSL174.86º80.15%25.69%-
HSV(B)174.86º88.98%46.27%-
XYZ9.414.1516.7-
YUV85.58141.2176.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=5.42%
G=49.17%
B=45.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131181090.8900.080.54174.8680.1525.69
HexD766D590836af501a
Octal151661551310106625712032
Binary11011110110110110110110010100011011010101111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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