#08726E

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

Shades of Pine Green #08726E

Tints of Pine Green #08726E

Color information

#08726E (or 0x08726E) is unknown color: approx Pine Green. HEX triplet: 08, 72 and 6E. RGB value is (8,114,110). Sum of RGB (Red+Green+Blue) = 8+114+110=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #08726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08726E is #F78D91. Grayscale: #515151. Windows color (decimal): -16223634 or 7238152. OLE color: 7238152.

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

Color convert

RGB8114110-
CMYK0.9300.040.55
HSL177.74º86.89%23.92%-
HSV(B)177.74º92.98%44.71%-
XYZ8.9313.2116.83-
YUV81.85143.8875.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.45%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=3.45%
G=49.14%
B=47.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81141100.9300.040.55177.7486.8923.92
Hex8726E5D0437b25718
Octal10162156135046726212730
Binary1000111001011011101011101010011011110110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08726E; }

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

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

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

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

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

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

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

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