#065211

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

Shades of Myrtle #065211

Tints of Myrtle #065211

Color information

#065211 (or 0x065211) is unknown color: approx Myrtle. HEX triplet: 06, 52 and 11. RGB value is (6,82,17). Sum of RGB (Red+Green+Blue) = 6+82+17=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #065211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065211 is #F9ADEE. Grayscale: #343434. Windows color (decimal): -16362991 or 1135110. OLE color: 1135110.

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

Color convert

RGB68217-
CMYK0.9300.790.68
HSL128.68º86.36%17.25%-
HSV(B)128.68º92.68%32.16%-
XYZ3.196.111.54-
YUV51.87108.3295.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 82 (32.42% from 255) = 78.10%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=5.71%
G=78.10%
B=16.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682170.9300.790.68128.6886.3617.25
Hex652115D04F44815611
Octal612221135011710420112621
Binary110101001010001101110101001111100010010000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065211; }

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

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

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

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

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

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

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

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