#087267

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

Shades of Pine Green #087267

Tints of Pine Green #087267

Color information

#087267 (or 0x087267) is unknown color: approx Pine Green. HEX triplet: 08, 72 and 67. RGB value is (8,114,103). Sum of RGB (Red+Green+Blue) = 8+114+103=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #087267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087267 is #F78D98. Grayscale: #505050. Windows color (decimal): -16223641 or 6779400. OLE color: 6779400.

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

Color convert

RGB8114103-
CMYK0.9300.100.55
HSL173.77º86.89%23.92%-
HSV(B)173.77º92.98%44.71%-
XYZ8.5713.0714.9-
YUV81.05140.3875.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=3.56%
G=50.67%
B=45.78%

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
Decimal81141030.9300.100.55173.7786.8923.92
Hex872675D0A37ae5718
Octal101621471350126725612730
Binary10001110010110011110111010101011011110101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087267; }

 p { color: rgb(8,114,103); }

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

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

 a { background-color: rgb(8,114,103); }

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

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

 span { border-color: rgb(8,114,103); }

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