#064508

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

Shades of Myrtle #064508

Tints of Myrtle #064508

Color information

#064508 (or 0x064508) is unknown color: approx Myrtle. HEX triplet: 06, 45 and 08. RGB value is (6,69,8). Sum of RGB (Red+Green+Blue) = 6+69+8=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 69 (27.34% from 255 or 83.13% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 69 - color contains mainly: green. Hex color #064508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064508 is #F9BAF7. Grayscale: #2B2B2B. Windows color (decimal): -16366328 or 541958. OLE color: 541958.

HSL color Cylindrical-coordinate representation of color #064508: hue angle of 121.9º 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 #064508 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB6698-
CMYK0.9100.880.73
HSL121.9º84%14.71%-
HSV(B)121.9º91.3%27.06%-
XYZ2.254.310.94-
YUV43.21108.13101.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 69 (27.34% from 255) = 83.13%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=7.23%
G=83.13%
B=9.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal66980.9100.880.73121.98414.71
Hex64585B058497a54f
Octal610510133013011117212417
Binary110100010110001011011010110001001001111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064508; }

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

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

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

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

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

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

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

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