#094B07

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

Shades of Myrtle #094B07

Tints of Myrtle #094B07

Color information

#094B07 (or 0x094B07) is unknown color: approx Myrtle. HEX triplet: 09, 4B and 07. RGB value is (9,75,7). Sum of RGB (Red+Green+Blue) = 9+75+7=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 75 (29.69% from 255 or 82.42% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 75 - color contains mainly: green. Hex color #094B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B07 is #F6B4F8. Grayscale: #2F2F2F. Windows color (decimal): -16168185 or 477961. OLE color: 477961.

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

Color convert

RGB9757-
CMYK0.8800.910.71
HSL118.24º82.93%16.08%-
HSV(B)118.24º90.67%29.41%-
XYZ2.675.111.05-
YUV47.51105.13100.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 75 (29.69% from 255) = 82.42%
BLUE value IS 7 (3.12% from 255) = 7.69%
R=9.89%
G=82.42%
B=7.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal97570.8800.910.71118.2482.9316.08
Hex94B75805B47765310
Octal111137130013310716612320
Binary1001100101111110110000101101110001111110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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