#094307

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

Shades of Myrtle #094307

Tints of Myrtle #094307

Color information

#094307 (or 0x094307) is unknown color: approx Myrtle. HEX triplet: 09, 43 and 07. RGB value is (9,67,7). Sum of RGB (Red+Green+Blue) = 9+67+7=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #094307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094307 is #F6BCF8. Grayscale: #2B2B2B. Windows color (decimal): -16170233 or 475913. OLE color: 475913.

HSL color Cylindrical-coordinate representation of color #094307: hue angle of 118º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094307 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB9677-
CMYK0.8700.900.74
HSL118º81.08%14.51%-
HSV(B)118º89.55%26.27%-
XYZ2.164.090.88-
YUV42.82107.78103.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 67 (26.56% from 255) = 80.72%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=10.84%
G=80.72%
B=8.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal96770.8700.900.7411881.0814.51
Hex94375705A4A7651f
Octal111037127013211216612117
Binary100110000111111010111010110101001010111011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094307; }

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

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

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

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

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

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

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

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