#064700

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

Shades of Myrtle #064700

Tints of Myrtle #064700

Color information

#064700 (or 0x064700) is unknown color: approx Myrtle. HEX triplet: 06, 47 and 00. RGB value is (6,71,0). Sum of RGB (Red+Green+Blue) = 6+71+0=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 71 (28.12% from 255 or 92.21% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 71 - color contains mainly: green. Hex color #064700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064700 is #F9B8FF. Grayscale: #2B2B2B. Windows color (decimal): -16365824 or 18182. OLE color: 18182.

HSL color Cylindrical-coordinate representation of color #064700: hue angle of 114.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #064700 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB6710-
CMYK0.92010.72
HSL114.93º100%13.92%-
HSV(B)114.93º100%27.84%-
XYZ2.334.550.75-
YUV43.47103.47101.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 71 (28.12% from 255) = 92.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.79%
G=92.21%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal67100.92010.72114.9310013.92
Hex64705C064487364e
Octal61070134014411016314416
Binary110100011101011100011001001001000111001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064700; }

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

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

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

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

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

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

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

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