#065505

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

Shades of Myrtle #065505

Tints of Myrtle #065505

Color information

#065505 (or 0x065505) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 05. RGB value is (6,85,5). Sum of RGB (Red+Green+Blue) = 6+85+5=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 85 (33.59% from 255 or 88.54% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 85 - color contains mainly: green. Hex color #065505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065505 is #F9AAFA. Grayscale: #343434. Windows color (decimal): -16362235 or 349446. OLE color: 349446.

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

Color convert

RGB6855-
CMYK0.9300.940.67
HSL119.25º88.89%17.65%-
HSV(B)119.25º94.12%33.33%-
XYZ3.356.551.23-
YUV52.26101.3395-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 85 (33.59% from 255) = 88.54%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=6.25%
G=88.54%
B=5.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68550.9300.940.67119.2588.8917.65
Hex65555D05E43775912
Octal61255135013610316713122
Binary110101010110110111010101111010000111110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065505; }

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

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

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

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

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

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

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

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