#08470E

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

Shades of Myrtle #08470E

Tints of Myrtle #08470E

Color information

#08470E (or 0x08470E) is unknown color: approx Myrtle. HEX triplet: 08, 47 and 0E. RGB value is (8,71,14). Sum of RGB (Red+Green+Blue) = 8+71+14=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #08470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08470E is #F7B8F1. Grayscale: #2D2D2D. Windows color (decimal): -16234738 or 935688. OLE color: 935688.

HSL color Cylindrical-coordinate representation of color #08470E: hue angle of 125.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08470E is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB87114-
CMYK0.8900.800.72
HSL125.71º79.75%15.49%-
HSV(B)125.71º88.73%27.84%-
XYZ2.434.591.17-
YUV45.67110.13101.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=8.60%
G=76.34%
B=15.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871140.8900.800.72125.7179.7515.49
Hex847E59050487e50f
Octal1010716131012011017612017
Binary1000100011111101011001010100001001000111111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,71,14); }

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

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

 a { background-color: rgb(8,71,14); }

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

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

 span { border-color: rgb(8,71,14); }

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