#06500F

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

Shades of Myrtle #06500F

Tints of Myrtle #06500F

Color information

#06500F (or 0x06500F) is unknown color: approx Myrtle. HEX triplet: 06, 50 and 0F. RGB value is (6,80,15). Sum of RGB (Red+Green+Blue) = 6+80+15=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #06500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06500F is #F9AFF0. Grayscale: #323232. Windows color (decimal): -16363505 or 1003526. OLE color: 1003526.

HSL color Cylindrical-coordinate representation of color #06500F: hue angle of 127.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06500F is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB68015-
CMYK0.9200.810.69
HSL127.3º86.05%16.86%-
HSV(B)127.3º92.5%31.37%-
XYZ3.035.811.41-
YUV50.46107.9896.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 80 (31.64% from 255) = 79.21%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=5.94%
G=79.21%
B=14.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680150.9200.810.69127.386.0516.86
Hex650F5C051457f5611
Octal612017134012110517712621
Binary1101010000111110111000101000110001011111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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