#08460B

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

Shades of Myrtle #08460B

Tints of Myrtle #08460B

Color information

#08460B (or 0x08460B) is unknown color: approx Myrtle. HEX triplet: 08, 46 and 0B. RGB value is (8,70,11). Sum of RGB (Red+Green+Blue) = 8+70+11=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #08460B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08460B is #F7B9F4. Grayscale: #2C2C2C. Windows color (decimal): -16234997 or 738824. OLE color: 738824.

HSL color Cylindrical-coordinate representation of color #08460B: hue angle of 122.9º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08460B is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB87011-
CMYK0.8900.840.73
HSL122.9º79.49%15.29%-
HSV(B)122.9º88.57%27.45%-
XYZ2.354.461.05-
YUV44.74108.96101.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 70 (27.73% from 255) = 78.65%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=8.99%
G=78.65%
B=12.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870110.8900.840.73122.979.4915.29
Hex846B59054497b4ff
Octal1010613131012411117311717
Binary1000100011010111011001010101001001001111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,70,11); }

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

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

 a { background-color: rgb(8,70,11); }

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

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

 span { border-color: rgb(8,70,11); }

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