#064509

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

Shades of Myrtle #064509

Tints of Myrtle #064509

Color information

#064509 (or 0x064509) is unknown color: approx Myrtle. HEX triplet: 06, 45 and 09. RGB value is (6,69,9). Sum of RGB (Red+Green+Blue) = 6+69+9=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 69 (27.34% from 255 or 82.14% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 69 - color contains mainly: green. Hex color #064509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064509 is #F9BAF6. Grayscale: #2B2B2B. Windows color (decimal): -16366327 or 607494. OLE color: 607494.

HSL color Cylindrical-coordinate representation of color #064509: hue angle of 122.86º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064509 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB6699-
CMYK0.9100.870.73
HSL122.86º84%14.71%-
HSV(B)122.86º91.3%27.06%-
XYZ2.254.310.97-
YUV43.32108.63101.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 69 (27.34% from 255) = 82.14%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=7.14%
G=82.14%
B=10.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal66990.9100.870.73122.868414.71
Hex64595B057497b54f
Octal610511133012711117312417
Binary110100010110011011011010101111001001111101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064509; }

 p { color: rgb(6,69,9); }

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

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

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

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

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

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

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