#061802

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

Shades of Myrtle #061802

Tints of Myrtle #061802

Color information

#061802 (or 0x061802) is unknown color: approx Myrtle. HEX triplet: 06, 18 and 02. RGB value is (6,24,2). Sum of RGB (Red+Green+Blue) = 6+24+2=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 24 (9.77% from 255 or 75% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 24 - color contains mainly: green. Hex color #061802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061802 is #F9E7FD. Grayscale: #101010. Windows color (decimal): -16377854 or 137222. OLE color: 137222.

HSL color Cylindrical-coordinate representation of color #061802: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061802 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB6242-
CMYK0.7500.920.91
HSL109.09º84.62%5.1%-
HSV(B)109.09º91.67%9.41%-
XYZ0.410.70.17-
YUV16.11120.04120.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 18.75%
GREEN value IS 24 (9.77% from 255) = 75%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=18.75%
G=75%
B=6.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal62420.7500.920.91109.0984.625.1
Hex61824B05C5B6d555
Octal630211301341331551255
Binary1101100010100101101011100101101111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061802; }

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

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

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

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

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

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

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

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