#06520F

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

Shades of Myrtle #06520F

Tints of Myrtle #06520F

Color information

#06520F (or 0x06520F) is unknown color: approx Myrtle. HEX triplet: 06, 52 and 0F. RGB value is (6,82,15). Sum of RGB (Red+Green+Blue) = 6+82+15=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 82 (32.42% from 255 or 79.61% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 82 - color contains mainly: green. Hex color #06520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06520F is #F9ADF0. Grayscale: #333333. Windows color (decimal): -16362993 or 1004038. OLE color: 1004038.

HSL color Cylindrical-coordinate representation of color #06520F: hue angle of 127.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06520F is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB68215-
CMYK0.9300.820.68
HSL127.11º86.36%17.25%-
HSV(B)127.11º92.68%32.16%-
XYZ3.186.111.46-
YUV51.64107.3295.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 82 (32.42% from 255) = 79.61%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=5.83%
G=79.61%
B=14.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682150.9300.820.68127.1186.3617.25
Hex652F5D052447f5611
Octal612217135012210417712621
Binary1101010010111110111010101001010001001111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,82,15); }

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

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

 a { background-color: rgb(6,82,15); }

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

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

 span { border-color: rgb(6,82,15); }

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