#084505

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

Shades of Myrtle #084505

Tints of Myrtle #084505

Color information

#084505 (or 0x084505) is unknown color: approx Myrtle. HEX triplet: 08, 45 and 05. RGB value is (8,69,5). Sum of RGB (Red+Green+Blue) = 8+69+5=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 69 (27.34% from 255 or 84.15% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 69 - color contains mainly: green. Hex color #084505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084505 is #F7BAFA. Grayscale: #2B2B2B. Windows color (decimal): -16235259 or 345352. OLE color: 345352.

HSL color Cylindrical-coordinate representation of color #084505: hue angle of 117.19º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084505 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB8695-
CMYK0.8800.930.73
HSL117.19º86.49%14.51%-
HSV(B)117.19º92.75%27.06%-
XYZ2.264.320.86-
YUV43.46106.29102.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 69 (27.34% from 255) = 84.15%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=9.76%
G=84.15%
B=6.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal86950.8800.930.73117.1986.4914.51
Hex84555805D497556f
Octal101055130013511116512617
Binary100010001011011011000010111011001001111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084505; }

 p { color: rgb(8,69,5); }

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

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

 a { background-color: rgb(8,69,5); }

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

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

 span { border-color: rgb(8,69,5); }

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