#094D10

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

Shades of Myrtle #094D10

Tints of Myrtle #094D10

Color information

#094D10 (or 0x094D10) is unknown color: approx Myrtle. HEX triplet: 09, 4D and 10. RGB value is (9,77,16). Sum of RGB (Red+Green+Blue) = 9+77+16=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #094D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D10 is #F6B2EF. Grayscale: #313131. Windows color (decimal): -16167664 or 1068297. OLE color: 1068297.

HSL color Cylindrical-coordinate representation of color #094D10: hue angle of 126.18º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D10 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB97716-
CMYK0.8800.790.70
HSL126.18º79.07%16.86%-
HSV(B)126.18º88.31%30.2%-
XYZ2.865.41.38-
YUV49.71108.9798.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 77 (30.47% from 255) = 75.49%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=8.82%
G=75.49%
B=15.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal977160.8800.790.70126.1879.0716.86
Hex94D105804F467e4f11
Octal1111520130011710617611721
Binary100110011011000010110000100111110001101111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094D10; }

 p { color: rgb(9,77,16); }

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

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

 a { background-color: rgb(9,77,16); }

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

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

 span { border-color: rgb(9,77,16); }

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