#084A10

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

Shades of Myrtle #084A10

Tints of Myrtle #084A10

Color information

#084A10 (or 0x084A10) is unknown color: approx Myrtle. HEX triplet: 08, 4A and 10. RGB value is (8,74,16). Sum of RGB (Red+Green+Blue) = 8+74+16=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #084A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A10 is #F7B5EF. Grayscale: #2F2F2F. Windows color (decimal): -16233968 or 1067528. OLE color: 1067528.

HSL color Cylindrical-coordinate representation of color #084A10: hue angle of 127.27º 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 #084A10 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB87416-
CMYK0.8900.780.71
HSL127.27º80.49%16.08%-
HSV(B)127.27º89.19%29.02%-
XYZ2.644.991.31-
YUV47.65110.1399.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 74 (29.30% from 255) = 75.51%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=8.16%
G=75.51%
B=16.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal874160.8900.780.71127.2780.4916.08
Hex84A105904E477f5010
Octal1011220131011610717712020
Binary100010010101000010110010100111010001111111111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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