#06420C

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

Shades of Myrtle #06420C

Tints of Myrtle #06420C

Color information

#06420C (or 0x06420C) is unknown color: approx Myrtle. HEX triplet: 06, 42 and 0C. RGB value is (6,66,12). Sum of RGB (Red+Green+Blue) = 6+66+12=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #06420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06420C is #F9BDF3. Grayscale: #2A2A2A. Windows color (decimal): -16367092 or 803334. OLE color: 803334.

HSL color Cylindrical-coordinate representation of color #06420C: hue angle of 126º 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 #06420C is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB66612-
CMYK0.9100.820.74
HSL126º83.33%14.12%-
HSV(B)126º90.91%25.88%-
XYZ2.093.961-
YUV41.9111.12102.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 66 (26.17% from 255) = 78.57%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=7.14%
G=78.57%
B=14.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666120.9100.820.7412683.3314.12
Hex642C5B0524A7e53e
Octal610214133012211217612316
Binary110100001011001011011010100101001010111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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