#08550A

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

Shades of Myrtle #08550A

Tints of Myrtle #08550A

Color information

#08550A (or 0x08550A) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 0A. RGB value is (8,85,10). Sum of RGB (Red+Green+Blue) = 8+85+10=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 85 (33.59% from 255 or 82.52% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 85 - color contains mainly: green. Hex color #08550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550A is #F7AAF5. Grayscale: #353535. Windows color (decimal): -16231158 or 677128. OLE color: 677128.

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

Color convert

RGB88510-
CMYK0.9100.880.67
HSL121.56º82.8%18.24%-
HSV(B)121.56º90.59%33.33%-
XYZ3.46.571.38-
YUV53.43103.4995.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 85 (33.59% from 255) = 82.52%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=7.77%
G=82.52%
B=9.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885100.9100.880.67121.5682.818.24
Hex855A5B058437a5312
Octal1012512133013010317212322
Binary10001010101101010110110101100010000111111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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