#065011

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

Shades of Myrtle #065011

Tints of Myrtle #065011

Color information

#065011 (or 0x065011) is unknown color: approx Myrtle. HEX triplet: 06, 50 and 11. RGB value is (6,80,17). Sum of RGB (Red+Green+Blue) = 6+80+17=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #065011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065011 is #F9AFEE. Grayscale: #323232. Windows color (decimal): -16363503 or 1134598. OLE color: 1134598.

HSL color Cylindrical-coordinate representation of color #065011: hue angle of 128.92º 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 #065011 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB68017-
CMYK0.9200.790.69
HSL128.92º86.05%16.86%-
HSV(B)128.92º92.5%31.37%-
XYZ3.045.821.49-
YUV50.69108.9896.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 80 (31.64% from 255) = 77.67%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=5.83%
G=77.67%
B=16.50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680170.9200.790.69128.9286.0516.86
Hex650115C04F45815611
Octal612021134011710520112621
Binary110101000010001101110001001111100010110000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065011; }

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

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

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

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

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

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

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

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