#08550F

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

Shades of Myrtle #08550F

Tints of Myrtle #08550F

Color information

#08550F (or 0x08550F) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 0F. RGB value is (8,85,15). Sum of RGB (Red+Green+Blue) = 8+85+15=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #08550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550F is #F7AAF0. Grayscale: #363636. Windows color (decimal): -16231153 or 1004808. OLE color: 1004808.

HSL color Cylindrical-coordinate representation of color #08550F: hue angle of 125.45º 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 #08550F is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB88515-
CMYK0.9100.820.67
HSL125.45º82.8%18.24%-
HSV(B)125.45º90.59%33.33%-
XYZ3.436.581.54-
YUV54105.9995.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=7.41%
G=78.70%
B=13.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885150.9100.820.67125.4582.818.24
Hex855F5B052437d5312
Octal1012517133012210317512322
Binary10001010101111110110110101001010000111111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08550F; }

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

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

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

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

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

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

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

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