#065506

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

Shades of Myrtle #065506

Tints of Myrtle #065506

Color information

#065506 (or 0x065506) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 06. RGB value is (6,85,6). Sum of RGB (Red+Green+Blue) = 6+85+6=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #065506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065506 is #F9AAF9. Grayscale: #343434. Windows color (decimal): -16362234 or 414982. OLE color: 414982.

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

Color convert

RGB6856-
CMYK0.9300.930.67
HSL120º86.81%17.84%-
HSV(B)120º92.94%33.33%-
XYZ3.366.551.26-
YUV52.37101.8394.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 85 (33.59% from 255) = 87.63%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=6.19%
G=87.63%
B=6.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68560.9300.930.6712086.8117.84
Hex65565D05D43785712
Octal61256135013510317012722
Binary110101010111010111010101110110000111111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065506; }

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

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

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

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

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

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

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

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