#064B06

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

Shades of Myrtle #064B06

Tints of Myrtle #064B06

Color information

#064B06 (or 0x064B06) is unknown color: approx Myrtle. HEX triplet: 06, 4B and 06. RGB value is (6,75,6). Sum of RGB (Red+Green+Blue) = 6+75+6=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 75 (29.69% from 255 or 86.21% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 75 - color contains mainly: green. Hex color #064B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B06 is #F9B4F9. Grayscale: #2E2E2E. Windows color (decimal): -16364794 or 412422. OLE color: 412422.

HSL color Cylindrical-coordinate representation of color #064B06: hue angle of 120º 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 #064B06 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB6756-
CMYK0.9200.920.71
HSL120º85.19%15.88%-
HSV(B)120º92%29.41%-
XYZ2.625.081.02-
YUV46.5105.1499.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 75 (29.69% from 255) = 86.21%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=6.90%
G=86.21%
B=6.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67560.9200.920.7112085.1915.88
Hex64B65C05C47785510
Octal61136134013410717012520
Binary110100101111010111000101110010001111111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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