#065110

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

Shades of Myrtle #065110

Tints of Myrtle #065110

Color information

#065110 (or 0x065110) is unknown color: approx Myrtle. HEX triplet: 06, 51 and 10. RGB value is (6,81,16). Sum of RGB (Red+Green+Blue) = 6+81+16=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 81 (32.03% from 255 or 78.64% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 81 - color contains mainly: green. Hex color #065110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065110 is #F9AEEF. Grayscale: #333333. Windows color (decimal): -16363248 or 1069318. OLE color: 1069318.

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

Color convert

RGB68116-
CMYK0.9300.800.68
HSL128º86.21%17.06%-
HSV(B)128º92.59%31.76%-
XYZ3.115.961.48-
YUV51.16108.1595.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 81 (32.03% from 255) = 78.64%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=5.83%
G=78.64%
B=15.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681160.9300.800.6812886.2117.06
Hex651105D05044805611
Octal612120135012010420012621
Binary110101000110000101110101010000100010010000000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065110; }

 p { color: rgb(6,81,16); }

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

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

 a { background-color: rgb(6,81,16); }

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

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

 span { border-color: rgb(6,81,16); }

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