#06550A

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

Shades of Myrtle #06550A

Tints of Myrtle #06550A

Color information

#06550A (or 0x06550A) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 0A. RGB value is (6,85,10). Sum of RGB (Red+Green+Blue) = 6+85+10=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #06550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06550A is #F9AAF5. Grayscale: #353535. Windows color (decimal): -16362230 or 677126. OLE color: 677126.

HSL color Cylindrical-coordinate representation of color #06550A: hue angle of 123.04º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06550A is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB68510-
CMYK0.9300.880.67
HSL123.04º86.81%17.84%-
HSV(B)123.04º92.94%33.33%-
XYZ3.386.561.37-
YUV52.83103.8394.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 85 (33.59% from 255) = 84.16%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=5.94%
G=84.16%
B=9.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685100.9300.880.67123.0486.8117.84
Hex655A5D058437b5712
Octal612512135013010317312722
Binary1101010101101010111010101100010000111111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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