#087368

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

Shades of Pine Green #087368

Tints of Pine Green #087368

Color information

#087368 (or 0x087368) is unknown color: approx Pine Green. HEX triplet: 08, 73 and 68. RGB value is (8,115,104). Sum of RGB (Red+Green+Blue) = 8+115+104=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #087368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087368 is #F78C97. Grayscale: #515151. Windows color (decimal): -16223384 or 6845192. OLE color: 6845192.

HSL color Cylindrical-coordinate representation of color #087368: hue angle of 173.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087368 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB8115104-
CMYK0.9300.100.55
HSL173.83º86.99%24.12%-
HSV(B)173.83º93.04%45.1%-
XYZ8.7313.3115.21-
YUV81.75140.5575.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=3.52%
G=50.66%
B=45.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81151040.9300.100.55173.8386.9924.12
Hex873685D0A37ae5718
Octal101631501350126725612730
Binary10001110011110100010111010101011011110101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087368; }

 p { color: rgb(8,115,104); }

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

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

 a { background-color: rgb(8,115,104); }

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

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

 span { border-color: rgb(8,115,104); }

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