#0e766f

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

Shades of Pine Green #0E766F

Tints of Pine Green #0E766F

Color information

#0E766F (or 0x0E766F) is unknown color: approx Pine Green. HEX triplet: 0E, 76 and 6F. RGB value is (14,118,111). Sum of RGB (Red+Green+Blue) = 14+118+111=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #0E766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E766F is #F18990. Grayscale: #565656. Windows color (decimal): -15829393 or 7304718. OLE color: 7304718.

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

Color convert

RGB14118111-
CMYK0.8800.060.54
HSL175.96º78.79%25.88%-
HSV(B)175.96º88.14%46.27%-
XYZ9.5314.217.28-
YUV86.11142.0476.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=5.76%
G=48.56%
B=45.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal141181110.8800.060.54175.9678.7925.88
HexE766F580636b04f1a
Octal16166157130066626011732
Binary1110111011011011111011000011011011010110000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e766f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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