#061502

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

Shades of Myrtle #061502

Tints of Myrtle #061502

Color information

#061502 (or 0x061502) is unknown color: approx Myrtle. HEX triplet: 06, 15 and 02. RGB value is (6,21,2). Sum of RGB (Red+Green+Blue) = 6+21+2=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 21 (8.59% from 255 or 72.41% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 21 - color contains mainly: green. Hex color #061502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061502 is #F9EAFD. Grayscale: #0E0E0E. Windows color (decimal): -16378622 or 136454. OLE color: 136454.

HSL color Cylindrical-coordinate representation of color #061502: hue angle of 107.37º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061502 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB6212-
CMYK0.7100.900.92
HSL107.37º82.61%4.51%-
HSV(B)107.37º90.48%8.24%-
XYZ0.350.580.15-
YUV14.35121.03122.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20.69%
GREEN value IS 21 (8.59% from 255) = 72.41%
BLUE value IS 2 (1.17% from 255) = 6.90%
R=20.69%
G=72.41%
B=6.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62120.7100.900.92107.3782.614.51
Hex61524705A5C6b535
Octal625210701321341531235
Binary1101010110100011101011010101110011010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061502; }

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

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

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

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

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

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

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

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