#08736B

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

Shades of Pine Green #08736B

Tints of Pine Green #08736B

Color information

#08736B (or 0x08736B) is unknown color: approx Pine Green. HEX triplet: 08, 73 and 6B. RGB value is (8,115,107). Sum of RGB (Red+Green+Blue) = 8+115+107=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #08736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08736B is #F78C94. Grayscale: #525252. Windows color (decimal): -16223381 or 7041800. OLE color: 7041800.

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

Color convert

RGB8115107-
CMYK0.9300.070.55
HSL175.51º86.99%24.12%-
HSV(B)175.51º93.04%45.1%-
XYZ8.8813.3716.02-
YUV82.1142.0575.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.48%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=3.48%
G=50%
B=46.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81151070.9300.070.55175.5186.9924.12
Hex8736B5D0737b05718
Octal10163153135076726012730
Binary1000111001111010111011101011111011110110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08736B; }

 p { color: rgb(8,115,107); }

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

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

 a { background-color: rgb(8,115,107); }

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

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

 span { border-color: rgb(8,115,107); }

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