#093F0C

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

Shades of Myrtle #093F0C

Tints of Myrtle #093F0C

Color information

#093F0C (or 0x093F0C) is unknown color: approx Myrtle. HEX triplet: 09, 3F and 0C. RGB value is (9,63,12). Sum of RGB (Red+Green+Blue) = 9+63+12=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 63 (25% from 255 or 75% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 63 - color contains mainly: green. Hex color #093F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F0C is #F6C0F3. Grayscale: #292929. Windows color (decimal): -16171252 or 802569. OLE color: 802569.

HSL color Cylindrical-coordinate representation of color #093F0C: hue angle of 123.33º 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 #093F0C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB96312-
CMYK0.8600.810.75
HSL123.33º75%14.12%-
HSV(B)123.33º85.71%24.71%-
XYZ1.963.640.95-
YUV41.04111.61105.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 63 (25% from 255) = 75%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=10.71%
G=75%
B=14.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963120.8600.810.75123.337514.12
Hex93FC560514B7b4be
Octal117714126012111317311316
Binary100111111111001010110010100011001011111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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