#095602

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

Shades of Myrtle #095602

Tints of Myrtle #095602

Color information

#095602 (or 0x095602) is unknown color: approx Myrtle. HEX triplet: 09, 56 and 02. RGB value is (9,86,2). Sum of RGB (Red+Green+Blue) = 9+86+2=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 86 (33.98% from 255 or 88.66% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 86 - color contains mainly: green. Hex color #095602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095602 is #F6A9FD. Grayscale: #353535. Windows color (decimal): -16165374 or 153097. OLE color: 153097.

HSL color Cylindrical-coordinate representation of color #095602: hue angle of 115º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #095602 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB9862-
CMYK0.9000.980.66
HSL115º95.45%17.25%-
HSV(B)115º97.67%33.73%-
XYZ3.456.721.17-
YUV53.498.9996.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 86 (33.98% from 255) = 88.66%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=9.28%
G=88.66%
B=2.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal98620.9000.980.6611595.4517.25
Hex95625A06242735f11
Octal111262132014210216313721
Binary100110101101010110100110001010000101110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095602; }

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

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

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

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

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

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

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

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