#095508

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

Shades of Myrtle #095508

Tints of Myrtle #095508

Color information

#095508 (or 0x095508) is unknown color: approx Myrtle. HEX triplet: 09, 55 and 08. RGB value is (9,85,8). Sum of RGB (Red+Green+Blue) = 9+85+8=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 85 (33.59% from 255 or 83.33% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 85 - color contains mainly: green. Hex color #095508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095508 is #F6AAF7. Grayscale: #353535. Windows color (decimal): -16165624 or 546057. OLE color: 546057.

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

Color convert

RGB9858-
CMYK0.8900.910.67
HSL119.22º82.8%18.24%-
HSV(B)119.22º90.59%33.33%-
XYZ3.46.571.32-
YUV53.5102.3296.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 85 (33.59% from 255) = 83.33%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=8.82%
G=83.33%
B=7.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal98580.8900.910.67119.2282.818.24
Hex95585905B43775312
Octal1112510131013310316712322
Binary10011010101100010110010101101110000111110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095508; }

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

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

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

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

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

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

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

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