#094B0A

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

Shades of Myrtle #094B0A

Tints of Myrtle #094B0A

Color information

#094B0A (or 0x094B0A) is unknown color: approx Myrtle. HEX triplet: 09, 4B and 0A. RGB value is (9,75,10). Sum of RGB (Red+Green+Blue) = 9+75+10=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 75 (29.69% from 255 or 79.79% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 75 - color contains mainly: green. Hex color #094B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B0A is #F6B4F5. Grayscale: #303030. Windows color (decimal): -16168182 or 674569. OLE color: 674569.

HSL color Cylindrical-coordinate representation of color #094B0A: hue angle of 120.91º degrees, saturation: 0.79, 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 #094B0A is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB97510-
CMYK0.8800.870.71
HSL120.91º78.57%16.47%-
HSV(B)120.91º88%29.41%-
XYZ2.685.111.13-
YUV47.86106.63100.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 75 (29.69% from 255) = 79.79%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=9.57%
G=79.79%
B=10.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975100.8800.870.71120.9178.5716.47
Hex94BA5805747794f10
Octal1111312130012710717111720
Binary10011001011101010110000101011110001111111001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,75,10); }

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

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

 a { background-color: rgb(9,75,10); }

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

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

 span { border-color: rgb(9,75,10); }

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