#073206

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

Shades of Myrtle #073206

Tints of Myrtle #073206

Color information

#073206 (or 0x073206) is unknown color: approx Myrtle. HEX triplet: 07, 32 and 06. RGB value is (7,50,6). Sum of RGB (Red+Green+Blue) = 7+50+6=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #073206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073206 is #F8CDF9. Grayscale: #202020. Windows color (decimal): -16305658 or 406023. OLE color: 406023.

HSL color Cylindrical-coordinate representation of color #073206: hue angle of 118.64º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073206 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB7506-
CMYK0.8600.880.80
HSL118.64º78.57%10.98%-
HSV(B)118.64º88%19.61%-
XYZ1.262.340.56-
YUV32.13113.25110.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.11%
GREEN value IS 50 (19.92% from 255) = 79.37%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=11.11%
G=79.37%
B=9.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal75060.8600.880.80118.6478.5710.98
Hex73265605850774fb
Octal7626126013012016711713
Binary1111100101101010110010110001010000111011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073206; }

 p { color: rgb(7,50,6); }

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

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

 a { background-color: rgb(7,50,6); }

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

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

 span { border-color: rgb(7,50,6); }

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