#09500F

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

Shades of Myrtle #09500F

Tints of Myrtle #09500F

Color information

#09500F (or 0x09500F) is unknown color: approx Myrtle. HEX triplet: 09, 50 and 0F. RGB value is (9,80,15). Sum of RGB (Red+Green+Blue) = 9+80+15=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #09500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09500F is #F6AFF0. Grayscale: #333333. Windows color (decimal): -16166897 or 1003529. OLE color: 1003529.

HSL color Cylindrical-coordinate representation of color #09500F: hue angle of 125.07º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09500F is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB98015-
CMYK0.8900.810.69
HSL125.07º79.78%17.45%-
HSV(B)125.07º88.75%31.37%-
XYZ3.075.831.42-
YUV51.36107.4897.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 80 (31.64% from 255) = 76.92%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=8.65%
G=76.92%
B=14.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980150.8900.810.69125.0779.7817.45
Hex950F59051457d5011
Octal1112017131012110517512021
Binary10011010000111110110010101000110001011111101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09500F; }

 p { color: rgb(9,80,15); }

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

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

 a { background-color: rgb(9,80,15); }

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

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

 span { border-color: rgb(9,80,15); }

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