#087770

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

Shades of Pine Green #087770

Tints of Pine Green #087770

Color information

#087770 (or 0x087770) is unknown color: approx Pine Green. HEX triplet: 08, 77 and 70. RGB value is (8,119,112). Sum of RGB (Red+Green+Blue) = 8+119+112=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #087770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087770 is #F7888F. Grayscale: #545454. Windows color (decimal): -16222352 or 7370504. OLE color: 7370504.

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

Color convert

RGB8119112-
CMYK0.9300.060.53
HSL176.22º87.4%24.9%-
HSV(B)176.22º93.28%46.67%-
XYZ9.6214.4217.6-
YUV85.01143.2373.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=3.35%
G=49.79%
B=46.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81191120.9300.060.53176.2287.424.9
Hex877705D0635b05719
Octal10167160135066526012731
Binary1000111011111100001011101011011010110110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087770; }

 p { color: rgb(8,119,112); }

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

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

 a { background-color: rgb(8,119,112); }

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

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

 span { border-color: rgb(8,119,112); }

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