#0f766e

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

Shades of Pine Green #0F766E

Tints of Pine Green #0F766E

Color information

#0F766E (or 0x0F766E) is unknown color: approx Pine Green. HEX triplet: 0F, 76 and 6E. RGB value is (15,118,110). Sum of RGB (Red+Green+Blue) = 15+118+110=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #0F766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F766E is #F08991. Grayscale: #565656. Windows color (decimal): -15763858 or 7239183. OLE color: 7239183.

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

Color convert

RGB15118110-
CMYK0.8700.070.54
HSL175.34º77.44%26.08%-
HSV(B)175.34º87.29%46.27%-
XYZ9.4914.1816.99-
YUV86.29141.3877.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=6.17%
G=48.56%
B=45.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal151181100.8700.070.54175.3477.4426.08
HexF766E570736af4d1a
Octal17166156127076625711532
Binary1111111011011011101010111011111011010101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f766e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,118,110); }

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

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

 a { background-color: rgb(15,118,110); }

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

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

 span { border-color: rgb(15,118,110); }

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