#064D0B

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

Shades of Myrtle #064D0B

Tints of Myrtle #064D0B

Color information

#064D0B (or 0x064D0B) is unknown color: approx Myrtle. HEX triplet: 06, 4D and 0B. RGB value is (6,77,11). Sum of RGB (Red+Green+Blue) = 6+77+11=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #064D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D0B is #F9B2F4. Grayscale: #303030. Windows color (decimal): -16364277 or 740614. OLE color: 740614.

HSL color Cylindrical-coordinate representation of color #064D0B: hue angle of 124.23º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D0B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB67711-
CMYK0.9200.860.70
HSL124.23º85.54%16.27%-
HSV(B)124.23º92.21%30.2%-
XYZ2.795.371.21-
YUV48.25106.9897.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 77 (30.47% from 255) = 81.91%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=6.38%
G=81.91%
B=11.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677110.9200.860.70124.2385.5416.27
Hex64DB5C056467c5610
Octal611513134012610617412620
Binary1101001101101110111000101011010001101111100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,77,11); }

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

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

 a { background-color: rgb(6,77,11); }

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

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

 span { border-color: rgb(6,77,11); }

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