#087469

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

Shades of Pine Green #087469

Tints of Pine Green #087469

Color information

#087469 (or 0x087469) is unknown color: approx Pine Green. HEX triplet: 08, 74 and 69. RGB value is (8,116,105). Sum of RGB (Red+Green+Blue) = 8+116+105=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #087469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087469 is #F78B96. Grayscale: #525252. Windows color (decimal): -16223127 or 6910984. OLE color: 6910984.

HSL color Cylindrical-coordinate representation of color #087469: hue angle of 173.89º 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 #087469 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB8116105-
CMYK0.9300.090.55
HSL173.89º87.1%24.31%-
HSV(B)173.89º93.1%45.49%-
XYZ8.913.5615.51-
YUV82.45140.7274.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 116 (45.70% from 255) = 50.66%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=3.49%
G=50.66%
B=45.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81161050.9300.090.55173.8987.124.31
Hex874695D0937ae5718
Octal101641511350116725612730
Binary10001110100110100110111010100111011110101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087469; }

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

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

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

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

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

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

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

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