#08726C

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

Shades of Pine Green #08726C

Tints of Pine Green #08726C

Color information

#08726C (or 0x08726C) is unknown color: approx Pine Green. HEX triplet: 08, 72 and 6C. RGB value is (8,114,108). Sum of RGB (Red+Green+Blue) = 8+114+108=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #08726C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08726C is #F78D93. Grayscale: #515151. Windows color (decimal): -16223636 or 7107080. OLE color: 7107080.

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

Color convert

RGB8114108-
CMYK0.9300.050.55
HSL176.6º86.89%23.92%-
HSV(B)176.6º92.98%44.71%-
XYZ8.8213.1716.26-
YUV81.62142.8875.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.48%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=3.48%
G=49.57%
B=46.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81141080.9300.050.55176.686.8923.92
Hex8726C5D0537b15718
Octal10162154135056726112730
Binary1000111001011011001011101010111011110110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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