#06530A

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

Shades of Myrtle #06530A

Tints of Myrtle #06530A

Color information

#06530A (or 0x06530A) is unknown color: approx Myrtle. HEX triplet: 06, 53 and 0A. RGB value is (6,83,10). Sum of RGB (Red+Green+Blue) = 6+83+10=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #06530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06530A is #F9ACF5. Grayscale: #333333. Windows color (decimal): -16362742 or 676614. OLE color: 676614.

HSL color Cylindrical-coordinate representation of color #06530A: hue angle of 123.12º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06530A is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB68310-
CMYK0.9300.880.67
HSL123.12º86.52%17.45%-
HSV(B)123.12º92.77%32.55%-
XYZ3.226.251.32-
YUV51.65104.4995.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 83 (32.81% from 255) = 83.84%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=6.06%
G=83.84%
B=10.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683100.9300.880.67123.1286.5217.45
Hex653A5D058437b5711
Octal612312135013010317312721
Binary1101010011101010111010101100010000111111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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