#094E0B

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

Shades of Myrtle #094E0B

Tints of Myrtle #094E0B

Color information

#094E0B (or 0x094E0B) is unknown color: approx Myrtle. HEX triplet: 09, 4E and 0B. RGB value is (9,78,11). Sum of RGB (Red+Green+Blue) = 9+78+11=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #094E0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E0B is #F6B1F4. Grayscale: #313131. Windows color (decimal): -16167413 or 740873. OLE color: 740873.

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

Color convert

RGB97811-
CMYK0.8800.860.69
HSL121.74º79.31%17.06%-
HSV(B)121.74º88.46%30.59%-
XYZ2.95.531.23-
YUV49.73106.1498.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 78 (30.86% from 255) = 79.59%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=9.18%
G=79.59%
B=11.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978110.8800.860.69121.7479.3117.06
Hex94EB58056457a4f11
Octal1111613130012610517211721
Binary10011001110101110110000101011010001011111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,78,11); }

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

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

 a { background-color: rgb(9,78,11); }

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

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

 span { border-color: rgb(9,78,11); }

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