#064200

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

Shades of Myrtle #064200

Tints of Myrtle #064200

Color information

#064200 (or 0x064200) is unknown color: approx Myrtle. HEX triplet: 06, 42 and 00. RGB value is (6,66,0). Sum of RGB (Red+Green+Blue) = 6+66+0=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 66 (26.17% from 255 or 91.67% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 66 - color contains mainly: green. Hex color #064200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064200 is #F9BDFF. Grayscale: #282828. Windows color (decimal): -16367104 or 16902. OLE color: 16902.

HSL color Cylindrical-coordinate representation of color #064200: hue angle of 114.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #064200 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB6660-
CMYK0.91010.74
HSL114.55º100%12.94%-
HSV(B)114.55º100%25.88%-
XYZ2.023.940.65-
YUV40.54105.12103.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 66 (26.17% from 255) = 91.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.33%
G=91.67%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66600.91010.74114.5510012.94
Hex64205B0644A7364d
Octal61020133014411216314415
Binary110100001001011011011001001001010111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064200; }

 p { color: rgb(6,66,0); }

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

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

 a { background-color: rgb(6,66,0); }

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

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

 span { border-color: rgb(6,66,0); }

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