#064B0B

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

Shades of Myrtle #064B0B

Tints of Myrtle #064B0B

Color information

#064B0B (or 0x064B0B) is unknown color: approx Myrtle. HEX triplet: 06, 4B and 0B. RGB value is (6,75,11). Sum of RGB (Red+Green+Blue) = 6+75+11=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 75 (29.69% from 255 or 81.52% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 75 - color contains mainly: green. Hex color #064B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B0B is #F9B4F4. Grayscale: #2F2F2F. Windows color (decimal): -16364789 or 740102. OLE color: 740102.

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

Color convert

RGB67511-
CMYK0.9200.850.71
HSL124.35º85.19%15.88%-
HSV(B)124.35º92%29.41%-
XYZ2.655.11.16-
YUV47.07107.6498.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 75 (29.69% from 255) = 81.52%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=6.52%
G=81.52%
B=11.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675110.9200.850.71124.3585.1915.88
Hex64BB5C055477c5510
Octal611313134012510717412520
Binary1101001011101110111000101010110001111111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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