#081506

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

Shades of Myrtle #081506

Tints of Myrtle #081506

Color information

#081506 (or 0x081506) is unknown color: approx Myrtle. HEX triplet: 08, 15 and 06. RGB value is (8,21,6). Sum of RGB (Red+Green+Blue) = 8+21+6=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #081506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081506 is #F7EAF9. Grayscale: #0F0F0F. Windows color (decimal): -16247546 or 398600. OLE color: 398600.

HSL color Cylindrical-coordinate representation of color #081506: hue angle of 112º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #081506 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB8216-
CMYK0.6200.710.92
HSL112º55.56%5.29%-
HSV(B)112º71.43%8.24%-
XYZ0.40.60.27-
YUV15.4122.69122.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.86%
GREEN value IS 21 (8.59% from 255) = 60%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=22.86%
G=60%
B=17.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal82160.6200.710.9211255.565.29
Hex81563E0475C70385
Octal10256760107134160705
Binary1000101011101111100100011110111001110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081506; }

 p { color: rgb(8,21,6); }

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

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

 a { background-color: rgb(8,21,6); }

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

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

 span { border-color: rgb(8,21,6); }

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