#0D7C74

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

Shades of Pine Green #0D7C74

Tints of Pine Green #0D7C74

Color information

#0D7C74 (or 0x0D7C74) is unknown color: approx Pine Green. HEX triplet: 0D, 7C and 74. RGB value is (13,124,116). Sum of RGB (Red+Green+Blue) = 13+124+116=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7C74 is #F2838B. Grayscale: #595959. Windows color (decimal): -15893388 or 7633933. OLE color: 7633933.

HSL color Cylindrical-coordinate representation of color #0D7C74: hue angle of 175.68º 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 #0D7C74 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB13124116-
CMYK0.9000.060.51
HSL175.68º81.02%26.86%-
HSV(B)175.68º89.52%48.63%-
XYZ10.5315.7619.01-
YUV89.9142.7373.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.14%
GREEN value IS 124 (48.83% from 255) = 49.01%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=5.14%
G=49.01%
B=45.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal131241160.9000.060.51175.6881.0226.86
HexD7C745A0633b0511b
Octal15174164132066326012133
Binary1101111110011101001011010011011001110110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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