#0E716A

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

Shades of Pine Green #0E716A

Tints of Pine Green #0E716A

Color information

#0E716A (or 0x0E716A) is unknown color: approx Pine Green. HEX triplet: 0E, 71 and 6A. RGB value is (14,113,106). Sum of RGB (Red+Green+Blue) = 14+113+106=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #0E716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E716A is #F18E95. Grayscale: #525252. Windows color (decimal): -15830678 or 6975758. OLE color: 6975758.

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

Color convert

RGB14113106-
CMYK0.8800.060.56
HSL175.76º77.95%24.9%-
HSV(B)175.76º87.61%44.31%-
XYZ8.6912.9415.68-
YUV82.6141.279.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.01%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=6.01%
G=48.50%
B=45.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal141131060.8800.060.56175.7677.9524.9
HexE716A580638b04e19
Octal16161152130067026011631
Binary1110111000111010101011000011011100010110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,113,106); }

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

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

 a { background-color: rgb(14,113,106); }

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

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

 span { border-color: rgb(14,113,106); }

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