#064008

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

Shades of Myrtle #064008

Tints of Myrtle #064008

Color information

#064008 (or 0x064008) is unknown color: approx Myrtle. HEX triplet: 06, 40 and 08. RGB value is (6,64,8). Sum of RGB (Red+Green+Blue) = 6+64+8=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #064008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064008 is #F9BFF7. Grayscale: #282828. Windows color (decimal): -16367608 or 540678. OLE color: 540678.

HSL color Cylindrical-coordinate representation of color #064008: hue angle of 122.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064008 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB6648-
CMYK0.9100.870.75
HSL122.07º82.86%13.73%-
HSV(B)122.07º90.62%25.1%-
XYZ1.953.720.85-
YUV40.27109.78103.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 64 (25.39% from 255) = 82.05%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=7.69%
G=82.05%
B=10.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66480.9100.870.75122.0782.8613.73
Hex64085B0574B7a53e
Octal610010133012711317212316
Binary110100000010001011011010101111001011111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064008; }

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

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

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

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

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

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

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

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