#087169

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

Shades of Pine Green #087169

Tints of Pine Green #087169

Color information

#087169 (or 0x087169) is unknown color: approx Pine Green. HEX triplet: 08, 71 and 69. RGB value is (8,113,105). Sum of RGB (Red+Green+Blue) = 8+113+105=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #087169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087169 is #F78E96. Grayscale: #505050. Windows color (decimal): -16223895 or 6910216. OLE color: 6910216.

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

Color convert

RGB8113105-
CMYK0.9300.070.56
HSL175.43º86.78%23.73%-
HSV(B)175.43º92.92%44.31%-
XYZ8.5612.8815.4-
YUV80.69141.7176.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 113 (44.53% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=3.54%
G=50%
B=46.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81131050.9300.070.56175.4386.7823.73
Hex871695D0738af5718
Octal10161151135077025712730
Binary1000111000111010011011101011111100010101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087169; }

 p { color: rgb(8,113,105); }

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

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

 a { background-color: rgb(8,113,105); }

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

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

 span { border-color: rgb(8,113,105); }

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