#095006

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

Shades of Myrtle #095006

Tints of Myrtle #095006

Color information

#095006 (or 0x095006) is unknown color: approx Myrtle. HEX triplet: 09, 50 and 06. RGB value is (9,80,6). Sum of RGB (Red+Green+Blue) = 9+80+6=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 80 (31.64% from 255 or 84.21% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 80 - color contains mainly: green. Hex color #095006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095006 is #F6AFF9. Grayscale: #323232. Windows color (decimal): -16166906 or 413705. OLE color: 413705.

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

Color convert

RGB9806-
CMYK0.8900.920.69
HSL117.57º86.05%16.86%-
HSV(B)117.57º92.5%31.37%-
XYZ3.015.811.13-
YUV50.33102.9898.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 80 (31.64% from 255) = 84.21%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=9.47%
G=84.21%
B=6.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal98060.8900.920.69117.5786.0516.86
Hex95065905C45765611
Octal111206131013410516612621
Binary1001101000011010110010101110010001011110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095006; }

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

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

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

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

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

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

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

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