#087269

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

Shades of Pine Green #087269

Tints of Pine Green #087269

Color information

#087269 (or 0x087269) is unknown color: approx Pine Green. HEX triplet: 08, 72 and 69. RGB value is (8,114,105). Sum of RGB (Red+Green+Blue) = 8+114+105=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #087269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087269 is #F78D96. Grayscale: #515151. Windows color (decimal): -16223639 or 6910472. OLE color: 6910472.

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

Color convert

RGB8114105-
CMYK0.9300.080.55
HSL174.91º86.89%23.92%-
HSV(B)174.91º92.98%44.71%-
XYZ8.6713.1115.44-
YUV81.28141.3875.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=3.52%
G=50.22%
B=46.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81141050.9300.080.55174.9186.8923.92
Hex872695D0837af5718
Octal101621511350106725712730
Binary10001110010110100110111010100011011110101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087269; }

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

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

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

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

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

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

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

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