#094A0B

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

Shades of Myrtle #094A0B

Tints of Myrtle #094A0B

Color information

#094A0B (or 0x094A0B) is unknown color: approx Myrtle. HEX triplet: 09, 4A and 0B. RGB value is (9,74,11). Sum of RGB (Red+Green+Blue) = 9+74+11=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #094A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A0B is #F6B5F4. Grayscale: #2F2F2F. Windows color (decimal): -16168437 or 739849. OLE color: 739849.

HSL color Cylindrical-coordinate representation of color #094A0B: hue angle of 121.85º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A0B is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB97411-
CMYK0.8800.850.71
HSL121.85º78.31%16.27%-
HSV(B)121.85º87.84%29.02%-
XYZ2.624.981.14-
YUV47.38107.47100.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 74 (29.30% from 255) = 78.72%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=9.57%
G=78.72%
B=11.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974110.8800.850.71121.8578.3116.27
Hex94AB58055477a4e10
Octal1111213130012510717211620
Binary10011001010101110110000101010110001111111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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