#0D7670

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

Shades of Pine Green #0D7670

Tints of Pine Green #0D7670

Color information

#0D7670 (or 0x0D7670) is unknown color: approx Pine Green. HEX triplet: 0D, 76 and 70. RGB value is (13,118,112). Sum of RGB (Red+Green+Blue) = 13+118+112=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7670 is #F2898F. Grayscale: #555555. Windows color (decimal): -15894928 or 7370253. OLE color: 7370253.

HSL color Cylindrical-coordinate representation of color #0D7670: hue angle of 176.57º 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 #0D7670 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB13118112-
CMYK0.8900.050.54
HSL176.57º80.15%25.69%-
HSV(B)176.57º88.98%46.27%-
XYZ9.5714.2117.57-
YUV85.92142.7175.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=5.35%
G=48.56%
B=46.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131181120.8900.050.54176.5780.1525.69
HexD7670590536b1501a
Octal15166160131056626112032
Binary1101111011011100001011001010111011010110001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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