#0E7C6E

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

Shades of Pine Green #0E7C6E

Tints of Pine Green #0E7C6E

Color information

#0E7C6E (or 0x0E7C6E) is unknown color: approx Pine Green. HEX triplet: 0E, 7C and 6E. RGB value is (14,124,110). Sum of RGB (Red+Green+Blue) = 14+124+110=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C6E is #F18391. Grayscale: #595959. Windows color (decimal): -15827858 or 7240718. OLE color: 7240718.

HSL color Cylindrical-coordinate representation of color #0E7C6E: hue angle of 172.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C6E is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB14124110-
CMYK0.8900.110.51
HSL172.36º79.71%27.06%-
HSV(B)172.36º88.71%48.63%-
XYZ10.215.6317.23-
YUV89.51139.5674.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.65%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=5.65%
G=50%
B=44.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal141241100.8900.110.51172.3679.7127.06
HexE7C6E590B33ac501b
Octal161741561310136325412033
Binary11101111100110111010110010101111001110101100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,124,110); }

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

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

 a { background-color: rgb(14,124,110); }

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

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

 span { border-color: rgb(14,124,110); }

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