#063D0A

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

Shades of Myrtle #063D0A

Tints of Myrtle #063D0A

Color information

#063D0A (or 0x063D0A) is unknown color: approx Myrtle. HEX triplet: 06, 3D and 0A. RGB value is (6,61,10). Sum of RGB (Red+Green+Blue) = 6+61+10=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #063D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D0A is #F9C2F5. Grayscale: #262626. Windows color (decimal): -16368374 or 670982. OLE color: 670982.

HSL color Cylindrical-coordinate representation of color #063D0A: hue angle of 124.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D0A is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB66110-
CMYK0.9000.840.76
HSL124.36º82.09%13.14%-
HSV(B)124.36º90.16%23.92%-
XYZ1.83.40.85-
YUV38.74111.78104.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 61 (24.22% from 255) = 79.22%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=7.79%
G=79.22%
B=12.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal661100.9000.840.76124.3682.0913.14
Hex63DA5A0544C7c52d
Octal67512132012411417412215
Binary11011110110101011010010101001001100111110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063D0A; }

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

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

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

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

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

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

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

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