#084F14

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

Shades of Myrtle #084F14

Tints of Myrtle #084F14

Color information

#084F14 (or 0x084F14) is unknown color: approx Myrtle. HEX triplet: 08, 4F and 14. RGB value is (8,79,20). Sum of RGB (Red+Green+Blue) = 8+79+20=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 79 (31.25% from 255 or 73.83% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 79 - color contains mainly: green. Hex color #084F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084F14 is #F7B0EB. Grayscale: #333333. Windows color (decimal): -16232684 or 1330952. OLE color: 1330952.

HSL color Cylindrical-coordinate representation of color #084F14: hue angle of 130.14º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F14 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB87920-
CMYK0.9000.750.69
HSL130.14º81.61%17.06%-
HSV(B)130.14º89.87%30.98%-
XYZ3.025.691.6-
YUV51.04110.4897.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 79 (31.25% from 255) = 73.83%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=7.48%
G=73.83%
B=18.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal879200.9000.750.69130.1481.6117.06
Hex84F145A04B45825211
Octal1011724132011310520212221
Binary1000100111110100101101001001011100010110000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,79,20); }

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

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

 a { background-color: rgb(8,79,20); }

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

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

 span { border-color: rgb(8,79,20); }

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