#064F0B

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

Shades of Myrtle #064F0B

Tints of Myrtle #064F0B

Color information

#064F0B (or 0x064F0B) is unknown color: approx Myrtle. HEX triplet: 06, 4F and 0B. RGB value is (6,79,11). Sum of RGB (Red+Green+Blue) = 6+79+11=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 79 (31.25% from 255 or 82.29% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 79 - color contains mainly: green. Hex color #064F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F0B is #F9B0F4. Grayscale: #313131. Windows color (decimal): -16363765 or 741126. OLE color: 741126.

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

Color convert

RGB67911-
CMYK0.9200.860.69
HSL124.11º85.88%16.67%-
HSV(B)124.11º92.41%30.98%-
XYZ2.935.651.25-
YUV49.42106.3297.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 79 (31.25% from 255) = 82.29%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=6.25%
G=82.29%
B=11.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679110.9200.860.69124.1185.8816.67
Hex64FB5C056457c5611
Octal611713134012610517412621
Binary1101001111101110111000101011010001011111100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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