#094F0C

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

Shades of Myrtle #094F0C

Tints of Myrtle #094F0C

Color information

#094F0C (or 0x094F0C) is unknown color: approx Myrtle. HEX triplet: 09, 4F and 0C. RGB value is (9,79,12). Sum of RGB (Red+Green+Blue) = 9+79+12=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 79 (31.25% from 255 or 79% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 79 - color contains mainly: green. Hex color #094F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094F0C is #F6B0F3. Grayscale: #323232. Windows color (decimal): -16167156 or 806665. OLE color: 806665.

HSL color Cylindrical-coordinate representation of color #094F0C: hue angle of 122.57º 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 #094F0C is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB97912-
CMYK0.8900.850.69
HSL122.57º79.55%17.25%-
HSV(B)122.57º88.61%30.98%-
XYZ2.985.681.29-
YUV50.43106.3198.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 79 (31.25% from 255) = 79%
BLUE value IS 12 (5.08% from 255) = 12%
R=9%
G=79%
B=12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979120.8900.850.69122.5779.5517.25
Hex94FC59055457b5011
Octal1111714131012510517312021
Binary10011001111110010110010101010110001011111011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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