#095613

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

Shades of Myrtle #095613

Tints of Myrtle #095613

Color information

#095613 (or 0x095613) is unknown color: approx Myrtle. HEX triplet: 09, 56 and 13. RGB value is (9,86,19). Sum of RGB (Red+Green+Blue) = 9+86+19=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #095613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095613 is #F6A9EC. Grayscale: #373737. Windows color (decimal): -16165357 or 1267209. OLE color: 1267209.

HSL color Cylindrical-coordinate representation of color #095613: hue angle of 127.79º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095613 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB98619-
CMYK0.9000.780.66
HSL127.79º81.05%18.63%-
HSV(B)127.79º89.53%33.73%-
XYZ3.566.761.73-
YUV55.34107.4994.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 86 (33.98% from 255) = 75.44%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=7.89%
G=75.44%
B=16.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal986190.9000.780.66127.7981.0518.63
Hex956135A04E42805113
Octal1112623132011610220012123
Binary1001101011010011101101001001110100001010000000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095613; }

 p { color: rgb(9,86,19); }

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

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

 a { background-color: rgb(9,86,19); }

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

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

 span { border-color: rgb(9,86,19); }

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