#094D0F

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

Shades of Myrtle #094D0F

Tints of Myrtle #094D0F

Color information

#094D0F (or 0x094D0F) is unknown color: approx Myrtle. HEX triplet: 09, 4D and 0F. RGB value is (9,77,15). Sum of RGB (Red+Green+Blue) = 9+77+15=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #094D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D0F is #F6B2F0. Grayscale: #313131. Windows color (decimal): -16167665 or 1002761. OLE color: 1002761.

HSL color Cylindrical-coordinate representation of color #094D0F: hue angle of 125.29º 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 #094D0F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB97715-
CMYK0.8800.810.70
HSL125.29º79.07%16.86%-
HSV(B)125.29º88.31%30.2%-
XYZ2.855.41.34-
YUV49.6108.4799.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 77 (30.47% from 255) = 76.24%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=8.91%
G=76.24%
B=14.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal977150.8800.810.70125.2979.0716.86
Hex94DF58051467d4f11
Octal1111517130012110617511721
Binary10011001101111110110000101000110001101111101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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