#0E7468

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

Shades of Pine Green #0E7468

Tints of Pine Green #0E7468

Color information

#0E7468 (or 0x0E7468) is unknown color: approx Pine Green. HEX triplet: 0E, 74 and 68. RGB value is (14,116,104). Sum of RGB (Red+Green+Blue) = 14+116+104=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7468 is #F18B97. Grayscale: #545454. Windows color (decimal): -15829912 or 6845454. OLE color: 6845454.

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

Color convert

RGB14116104-
CMYK0.8800.100.55
HSL172.94º78.46%25.49%-
HSV(B)172.94º87.93%45.49%-
XYZ8.9313.5815.25-
YUV84.13139.2177.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.98%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=5.98%
G=49.57%
B=44.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141161040.8800.100.55172.9478.4625.49
HexE7468580A37ad4e19
Octal161641501300126725511631
Binary11101110100110100010110000101011011110101101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,116,104); }

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

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

 a { background-color: rgb(14,116,104); }

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

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

 span { border-color: rgb(14,116,104); }

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