#095001

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

Shades of Myrtle #095001

Tints of Myrtle #095001

Color information

#095001 (or 0x095001) is unknown color: approx Myrtle. HEX triplet: 09, 50 and 01. RGB value is (9,80,1). Sum of RGB (Red+Green+Blue) = 9+80+1=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #095001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095001 is #F6AFFE. Grayscale: #323232. Windows color (decimal): -16166911 or 86025. OLE color: 86025.

HSL color Cylindrical-coordinate representation of color #095001: hue angle of 113.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #095001 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB9801-
CMYK0.8900.990.69
HSL113.92º97.53%15.88%-
HSV(B)113.92º98.75%31.37%-
XYZ2.995.80.99-
YUV49.76100.4898.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10%
GREEN value IS 80 (31.64% from 255) = 88.89%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=10%
G=88.89%
B=1.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal98010.8900.990.69113.9297.5315.88
Hex95015906345726210
Octal111201131014310516214220
Binary10011010000110110010110001110001011110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095001; }

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

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

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

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

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

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

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

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