#065507

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

Shades of Myrtle #065507

Tints of Myrtle #065507

Color information

#065507 (or 0x065507) is unknown color: approx Myrtle. HEX triplet: 06, 55 and 07. RGB value is (6,85,7). Sum of RGB (Red+Green+Blue) = 6+85+7=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #065507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065507 is #F9AAF8. Grayscale: #343434. Windows color (decimal): -16362233 or 480518. OLE color: 480518.

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

Color convert

RGB6857-
CMYK0.9300.920.67
HSL120.76º86.81%17.84%-
HSV(B)120.76º92.94%33.33%-
XYZ3.366.551.29-
YUV52.49102.3394.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 85 (33.59% from 255) = 86.73%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=6.12%
G=86.73%
B=7.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal68570.9300.920.67120.7686.8117.84
Hex65575D05C43795712
Octal61257135013410317112722
Binary110101010111110111010101110010000111111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065507; }

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

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

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

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

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

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

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

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