#064B02

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

Shades of Myrtle #064B02

Tints of Myrtle #064B02

Color information

#064B02 (or 0x064B02) is unknown color: approx Myrtle. HEX triplet: 06, 4B and 02. RGB value is (6,75,2). Sum of RGB (Red+Green+Blue) = 6+75+2=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 75 (29.69% from 255 or 90.36% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 75 - color contains mainly: green. Hex color #064B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B02 is #F9B4FD. Grayscale: #2E2E2E. Windows color (decimal): -16364798 or 150278. OLE color: 150278.

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

Color convert

RGB6752-
CMYK0.9200.970.71
HSL116.71º94.81%15.1%-
HSV(B)116.71º97.33%29.41%-
XYZ2.65.080.9-
YUV46.05103.1499.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 75 (29.69% from 255) = 90.36%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=7.23%
G=90.36%
B=2.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67520.9200.970.71116.7194.8115.1
Hex64B25C06147755ff
Octal61132134014110716513717
Binary1101001011101011100011000011000111111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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