#093F10

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

Shades of Myrtle #093F10

Tints of Myrtle #093F10

Color information

#093F10 (or 0x093F10) is unknown color: approx Myrtle. HEX triplet: 09, 3F and 10. RGB value is (9,63,16). Sum of RGB (Red+Green+Blue) = 9+63+16=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 63 (25% from 255 or 71.59% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 63 - color contains mainly: green. Hex color #093F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F10 is #F6C0EF. Grayscale: #292929. Windows color (decimal): -16171248 or 1064713. OLE color: 1064713.

HSL color Cylindrical-coordinate representation of color #093F10: hue angle of 127.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F10 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB96316-
CMYK0.8600.750.75
HSL127.78º75%14.12%-
HSV(B)127.78º85.71%24.71%-
XYZ1.983.651.09-
YUV41.5113.61104.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 63 (25% from 255) = 71.59%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=10.23%
G=71.59%
B=18.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963160.8600.750.75127.787514.12
Hex93F105604B4B804be
Octal117720126011311320011316
Binary10011111111000010101100100101110010111000000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093F10; }

 p { color: rgb(9,63,16); }

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

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

 a { background-color: rgb(9,63,16); }

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

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

 span { border-color: rgb(9,63,16); }

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