#0D7068

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

Shades of Pine Green #0D7068

Tints of Pine Green #0D7068

Color information

#0D7068 (or 0x0D7068) is unknown color: approx Pine Green. HEX triplet: 0D, 70 and 68. RGB value is (13,112,104). Sum of RGB (Red+Green+Blue) = 13+112+104=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7068 is #F28F97. Grayscale: #515151. Windows color (decimal): -15896472 or 6844429. OLE color: 6844429.

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

Color convert

RGB13112104-
CMYK0.8800.070.56
HSL175.15º79.2%24.51%-
HSV(B)175.15º88.39%43.92%-
XYZ8.4612.6715.1-
YUV81.49140.779.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.68%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=5.68%
G=48.91%
B=45.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131121040.8800.070.56175.1579.224.51
HexD7068580738af4f19
Octal15160150130077025711731
Binary1101111000011010001011000011111100010101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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