#065510

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

Shades of Myrtle #065510

Tints of Myrtle #065510

Color information

#065510 (or 0x065510) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 10. RGB value is (6,85,16). Sum of RGB (Red+Green+Blue) = 6+85+16=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #065510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065510 is #F9AAEF. Grayscale: #353535. Windows color (decimal): -16362224 or 1070342. OLE color: 1070342.

HSL color Cylindrical-coordinate representation of color #065510: hue angle of 127.59º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065510 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB68516-
CMYK0.9300.810.67
HSL127.59º86.81%17.84%-
HSV(B)127.59º92.94%33.33%-
XYZ3.426.571.58-
YUV53.51106.8394.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 85 (33.59% from 255) = 79.44%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=5.61%
G=79.44%
B=14.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685160.9300.810.67127.5986.8117.84
Hex655105D05143805712
Octal612520135012110320012722
Binary110101010110000101110101010001100001110000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065510; }

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

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

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

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

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

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

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

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