#084D0C

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

Shades of Myrtle #084D0C

Tints of Myrtle #084D0C

Color information

#084D0C (or 0x084D0C) is unknown color: approx Myrtle. HEX triplet: 08, 4D and 0C. RGB value is (8,77,12). Sum of RGB (Red+Green+Blue) = 8+77+12=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 77 (30.47% from 255 or 79.38% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 77 - color contains mainly: green. Hex color #084D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084D0C is #F7B2F3. Grayscale: #313131. Windows color (decimal): -16233204 or 806152. OLE color: 806152.

HSL color Cylindrical-coordinate representation of color #084D0C: hue angle of 123.48º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D0C is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB87712-
CMYK0.9000.840.70
HSL123.48º81.18%16.67%-
HSV(B)123.48º89.61%30.2%-
XYZ2.825.391.24-
YUV48.96107.1498.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 77 (30.47% from 255) = 79.38%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=8.25%
G=79.38%
B=12.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal877120.9000.840.70123.4881.1816.67
Hex84DC5A054467b5111
Octal1011514132012410617312121
Binary10001001101110010110100101010010001101111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084D0C; }

 p { color: rgb(8,77,12); }

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

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

 a { background-color: rgb(8,77,12); }

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

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

 span { border-color: rgb(8,77,12); }

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