#094F0E

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

Shades of Myrtle #094F0E

Tints of Myrtle #094F0E

Color information

#094F0E (or 0x094F0E) is unknown color: approx Myrtle. HEX triplet: 09, 4F and 0E. RGB value is (9,79,14). Sum of RGB (Red+Green+Blue) = 9+79+14=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 79 (31.25% from 255 or 77.45% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 79 - color contains mainly: green. Hex color #094F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094F0E is #F6B0F1. Grayscale: #323232. Windows color (decimal): -16167154 or 937737. OLE color: 937737.

HSL color Cylindrical-coordinate representation of color #094F0E: hue angle of 124.29º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F0E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.69.

Color convert

RGB97914-
CMYK0.8900.820.69
HSL124.29º79.55%17.25%-
HSV(B)124.29º88.61%30.98%-
XYZ2.995.681.35-
YUV50.66107.3198.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 79 (31.25% from 255) = 77.45%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=8.82%
G=77.45%
B=13.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979140.8900.820.69124.2979.5517.25
Hex94FE59052457c5011
Octal1111716131012210517412021
Binary10011001111111010110010101001010001011111100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,79,14); }

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

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

 a { background-color: rgb(9,79,14); }

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

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

 span { border-color: rgb(9,79,14); }

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