#064F0C

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

Shades of Myrtle #064F0C

Tints of Myrtle #064F0C

Color information

#064F0C (or 0x064F0C) is unknown color: approx Myrtle. HEX triplet: 06, 4F and 0C. RGB value is (6,79,12). Sum of RGB (Red+Green+Blue) = 6+79+12=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 79 (31.25% from 255 or 81.44% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 79 - color contains mainly: green. Hex color #064F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F0C is #F9B0F3. Grayscale: #313131. Windows color (decimal): -16363764 or 806662. OLE color: 806662.

HSL color Cylindrical-coordinate representation of color #064F0C: hue angle of 124.93º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F0C is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB67912-
CMYK0.9200.850.69
HSL124.93º85.88%16.67%-
HSV(B)124.93º92.41%30.98%-
XYZ2.945.661.28-
YUV49.54106.8296.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 79 (31.25% from 255) = 81.44%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=6.19%
G=81.44%
B=12.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679120.9200.850.69124.9385.8816.67
Hex64FC5C055457d5611
Octal611714134012510517512621
Binary1101001111110010111000101010110001011111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F0C; }

 p { color: rgb(6,79,12); }

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

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

 a { background-color: rgb(6,79,12); }

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

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

 span { border-color: rgb(6,79,12); }

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