#084A0D

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

Shades of Myrtle #084A0D

Tints of Myrtle #084A0D

Color information

#084A0D (or 0x084A0D) is unknown color: approx Myrtle. HEX triplet: 08, 4A and 0D. RGB value is (8,74,13). Sum of RGB (Red+Green+Blue) = 8+74+13=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #084A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A0D is #F7B5F2. Grayscale: #2F2F2F. Windows color (decimal): -16233971 or 870920. OLE color: 870920.

HSL color Cylindrical-coordinate representation of color #084A0D: hue angle of 124.55º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A0D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB87413-
CMYK0.8900.820.71
HSL124.55º80.49%16.08%-
HSV(B)124.55º89.19%29.02%-
XYZ2.624.981.2-
YUV47.31108.6399.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 74 (29.30% from 255) = 77.89%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=8.42%
G=77.89%
B=13.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874130.8900.820.71124.5580.4916.08
Hex84AD59052477d5010
Octal1011215131012210717512020
Binary10001001010110110110010101001010001111111101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,74,13); }

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

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

 a { background-color: rgb(8,74,13); }

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

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

 span { border-color: rgb(8,74,13); }

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