#0E7670

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

Shades of Pine Green #0E7670

Tints of Pine Green #0E7670

Color information

#0E7670 (or 0x0E7670) is unknown color: approx Pine Green. HEX triplet: 0E, 76 and 70. RGB value is (14,118,112). Sum of RGB (Red+Green+Blue) = 14+118+112=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7670 is #F1898F. Grayscale: #565656. Windows color (decimal): -15829392 or 7370254. OLE color: 7370254.

HSL color Cylindrical-coordinate representation of color #0E7670: hue angle of 176.54º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7670 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB14118112-
CMYK0.8800.050.54
HSL176.54º78.79%25.88%-
HSV(B)176.54º88.14%46.27%-
XYZ9.5814.2217.57-
YUV86.22142.5476.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=5.74%
G=48.36%
B=45.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal141181120.8800.050.54176.5478.7925.88
HexE7670580536b14f1a
Octal16166160130056626111732
Binary1110111011011100001011000010111011010110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,112); }

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

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

 a { background-color: rgb(14,118,112); }

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

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

 span { border-color: rgb(14,118,112); }

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