#073207

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

Shades of Myrtle #073207

Tints of Myrtle #073207

Color information

#073207 (or 0x073207) is unknown color: approx Myrtle. HEX triplet: 07, 32 and 07. RGB value is (7,50,7). Sum of RGB (Red+Green+Blue) = 7+50+7=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #073207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073207 is #F8CDF8. Grayscale: #202020. Windows color (decimal): -16305657 or 471559. OLE color: 471559.

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

Color convert

RGB7507-
CMYK0.8600.860.80
HSL120º75.44%11.18%-
HSV(B)120º86%19.61%-
XYZ1.272.340.59-
YUV32.24113.75110-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 50 (19.92% from 255) = 78.12%
BLUE value IS 7 (3.12% from 255) = 10.94%
R=10.94%
G=78.12%
B=10.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal75070.8600.860.8012075.4411.18
Hex73275605650784bb
Octal7627126012612017011313
Binary1111100101111010110010101101010000111100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073207; }

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

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

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

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

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

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

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

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