#095015

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

Shades of Myrtle #095015

Tints of Myrtle #095015

Color information

#095015 (or 0x095015) is unknown color: approx Myrtle. HEX triplet: 09, 50 and 15. RGB value is (9,80,21). Sum of RGB (Red+Green+Blue) = 9+80+21=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #095015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095015 is #F6AFEA. Grayscale: #343434. Windows color (decimal): -16166891 or 1396745. OLE color: 1396745.

HSL color Cylindrical-coordinate representation of color #095015: hue angle of 130.14º 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 #095015 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB98021-
CMYK0.8900.740.69
HSL130.14º79.78%17.45%-
HSV(B)130.14º88.75%31.37%-
XYZ3.125.851.67-
YUV52.04110.4897.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 80 (31.64% from 255) = 72.73%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=8.18%
G=72.73%
B=19.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980210.8900.740.69130.1479.7817.45
Hex950155904A45825011
Octal1112025131011210520212021
Binary1001101000010101101100101001010100010110000010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095015; }

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

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

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

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

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

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

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

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