#06420A

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

Shades of Myrtle #06420A

Tints of Myrtle #06420A

Color information

#06420A (or 0x06420A) is unknown color: approx Myrtle. HEX triplet: 06, 42 and 0A. RGB value is (6,66,10). Sum of RGB (Red+Green+Blue) = 6+66+10=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 66 (26.17% from 255 or 80.49% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 66 - color contains mainly: green. Hex color #06420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06420A is #F9BDF5. Grayscale: #292929. Windows color (decimal): -16367094 or 672262. OLE color: 672262.

HSL color Cylindrical-coordinate representation of color #06420A: hue angle of 124º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06420A is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB66610-
CMYK0.9100.850.74
HSL124º83.33%14.12%-
HSV(B)124º90.91%25.88%-
XYZ2.083.960.94-
YUV41.68110.12102.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 66 (26.17% from 255) = 80.49%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=7.32%
G=80.49%
B=12.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666100.9100.850.7412483.3314.12
Hex642A5B0554A7c53e
Octal610212133012511217412316
Binary110100001010101011011010101011001010111110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06420A; }

 p { color: rgb(6,66,10); }

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

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

 a { background-color: rgb(6,66,10); }

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

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

 span { border-color: rgb(6,66,10); }

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