#0E736C

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

Shades of Pine Green #0E736C

Tints of Pine Green #0E736C

Color information

#0E736C (or 0x0E736C) is unknown color: approx Pine Green. HEX triplet: 0E, 73 and 6C. RGB value is (14,115,108). Sum of RGB (Red+Green+Blue) = 14+115+108=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #0E736C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E736C is #F18C93. Grayscale: #535353. Windows color (decimal): -15830164 or 7107342. OLE color: 7107342.

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

Color convert

RGB14115108-
CMYK0.8800.060.55
HSL175.84º78.29%25.29%-
HSV(B)175.84º87.83%45.1%-
XYZ9.0213.4416.31-
YUV84141.5478.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=5.91%
G=48.52%
B=45.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141151080.8800.060.55175.8478.2925.29
HexE736C580637b04e19
Octal16163154130066726011631
Binary1110111001111011001011000011011011110110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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