#0E736B

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

Shades of Pine Green #0E736B

Tints of Pine Green #0E736B

Color information

#0E736B (or 0x0E736B) is unknown color: approx Pine Green. HEX triplet: 0E, 73 and 6B. RGB value is (14,115,107). Sum of RGB (Red+Green+Blue) = 14+115+107=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #0E736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E736B is #F18C94. Grayscale: #535353. Windows color (decimal): -15830165 or 7041806. OLE color: 7041806.

HSL color Cylindrical-coordinate representation of color #0E736B: hue angle of 175.25º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E736B is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB14115107-
CMYK0.8800.070.55
HSL175.25º78.29%25.29%-
HSV(B)175.25º87.83%45.1%-
XYZ8.9713.4216.03-
YUV83.89141.0478.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.93%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=5.93%
G=48.73%
B=45.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141151070.8800.070.55175.2578.2925.29
HexE736B580737af4e19
Octal16163153130076725711631
Binary1110111001111010111011000011111011110101111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,115,107); }

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

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

 a { background-color: rgb(14,115,107); }

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

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

 span { border-color: rgb(14,115,107); }

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