#095501

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

Shades of Myrtle #095501

Tints of Myrtle #095501

Color information

#095501 (or 0x095501) is unknown color: approx Myrtle. HEX triplet: 09, 55 and 01. RGB value is (9,85,1). Sum of RGB (Red+Green+Blue) = 9+85+1=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #095501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095501 is #F6AAFE. Grayscale: #343434. Windows color (decimal): -16165631 or 87305. OLE color: 87305.

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

Color convert

RGB9851-
CMYK0.8900.990.67
HSL114.29º97.67%16.86%-
HSV(B)114.29º98.82%33.33%-
XYZ3.376.561.12-
YUV52.798.8296.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 85 (33.59% from 255) = 89.47%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=9.47%
G=89.47%
B=1.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal98510.8900.990.67114.2997.6716.86
Hex95515906343726211
Octal111251131014310316214221
Binary10011010101110110010110001110000111110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095501; }

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

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

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

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

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

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

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

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