#0F776D

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

Shades of Pine Green #0F776D

Tints of Pine Green #0F776D

Color information

#0F776D (or 0x0F776D) is unknown color: approx Pine Green. HEX triplet: 0F, 77 and 6D. RGB value is (15,119,109). Sum of RGB (Red+Green+Blue) = 15+119+109=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #0F776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F776D is #F08892. Grayscale: #565656. Windows color (decimal): -15763603 or 7173903. OLE color: 7173903.

HSL color Cylindrical-coordinate representation of color #0F776D: hue angle of 174.23º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F776D is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB15119109-
CMYK0.8700.080.53
HSL174.23º77.61%26.27%-
HSV(B)174.23º87.39%46.67%-
XYZ9.5514.416.74-
YUV86.76140.5476.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=6.17%
G=48.97%
B=44.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal151191090.8700.080.53174.2377.6126.27
HexF776D570835ae4e1a
Octal171671551270106525611632
Binary11111110111110110110101110100011010110101110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,119,109); }

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

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

 a { background-color: rgb(15,119,109); }

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

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

 span { border-color: rgb(15,119,109); }

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