#061501

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

Shades of Myrtle #061501

Tints of Myrtle #061501

Color information

#061501 (or 0x061501) is unknown color: approx Myrtle. HEX triplet: 06, 15 and 01. RGB value is (6,21,1). Sum of RGB (Red+Green+Blue) = 6+21+1=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 21 (8.59% from 255 or 75% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 21 - color contains mainly: green. Hex color #061501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061501 is #F9EAFE. Grayscale: #0E0E0E. Windows color (decimal): -16378623 or 70918. OLE color: 70918.

HSL color Cylindrical-coordinate representation of color #061501: hue angle of 105º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061501 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB6211-
CMYK0.7100.950.92
HSL105º90.91%4.31%-
HSV(B)105º95.24%8.24%-
XYZ0.350.580.12-
YUV14.24120.53122.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 21.43%
GREEN value IS 21 (8.59% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=21.43%
G=75%
B=3.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62110.7100.950.9210590.914.31
Hex61514705F5C695b4
Octal625110701371341511334
Binary110101011100011101011111101110011010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061501; }

 p { color: rgb(6,21,1); }

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

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

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

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

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

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

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