#061402

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

Shades of Myrtle #061402

Tints of Myrtle #061402

Color information

#061402 (or 0x061402) is unknown color: approx Myrtle. HEX triplet: 06, 14 and 02. RGB value is (6,20,2). Sum of RGB (Red+Green+Blue) = 6+20+2=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #061402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061402 is #F9EBFD. Grayscale: #0D0D0D. Windows color (decimal): -16378878 or 136198. OLE color: 136198.

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

Color convert

RGB6202-
CMYK0.7000.900.92
HSL106.67º81.82%4.31%-
HSV(B)106.67º90%7.84%-
XYZ0.340.540.14-
YUV13.76121.36122.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 21.43%
GREEN value IS 20 (8.20% from 255) = 71.43%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=21.43%
G=71.43%
B=7.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal62020.7000.900.92106.6781.824.31
Hex61424605A5C6b524
Octal624210601321341531224
Binary1101010010100011001011010101110011010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061402; }

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

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

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

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

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

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

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

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