#094D0C

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

Shades of Myrtle #094D0C

Tints of Myrtle #094D0C

Color information

#094D0C (or 0x094D0C) is unknown color: approx Myrtle. HEX triplet: 09, 4D and 0C. RGB value is (9,77,12). Sum of RGB (Red+Green+Blue) = 9+77+12=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 77 (30.47% from 255 or 78.57% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 77 - color contains mainly: green. Hex color #094D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D0C is #F6B2F3. Grayscale: #313131. Windows color (decimal): -16167668 or 806153. OLE color: 806153.

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

Color convert

RGB97712-
CMYK0.8800.840.70
HSL122.65º79.07%16.86%-
HSV(B)122.65º88.31%30.2%-
XYZ2.835.391.24-
YUV49.26106.9799.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 77 (30.47% from 255) = 78.57%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=9.18%
G=78.57%
B=12.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal977120.8800.840.70122.6579.0716.86
Hex94DC58054467b4f11
Octal1111514130012410617311721
Binary10011001101110010110000101010010001101111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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