#064B11

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

Shades of Myrtle #064B11

Tints of Myrtle #064B11

Color information

#064B11 (or 0x064B11) is unknown color: approx Myrtle. HEX triplet: 06, 4B and 11. RGB value is (6,75,17). Sum of RGB (Red+Green+Blue) = 6+75+17=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 75 (29.69% from 255 or 76.53% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 75 - color contains mainly: green. Hex color #064B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B11 is #F9B4EE. Grayscale: #2F2F2F. Windows color (decimal): -16364783 or 1133318. OLE color: 1133318.

HSL color Cylindrical-coordinate representation of color #064B11: hue angle of 129.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B11 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB67517-
CMYK0.9200.770.71
HSL129.57º85.19%15.88%-
HSV(B)129.57º92%29.41%-
XYZ2.695.111.37-
YUV47.76110.6498.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 75 (29.69% from 255) = 76.53%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=6.12%
G=76.53%
B=17.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675170.9200.770.71129.5785.1915.88
Hex64B115C04D47825510
Octal611321134011510720212520
Binary110100101110001101110001001101100011110000010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,75,17); }

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

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

 a { background-color: rgb(6,75,17); }

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

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

 span { border-color: rgb(6,75,17); }

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