#073105

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

Shades of Myrtle #073105

Tints of Myrtle #073105

Color information

#073105 (or 0x073105) is unknown color: approx Myrtle. HEX triplet: 07, 31 and 05. RGB value is (7,49,5). Sum of RGB (Red+Green+Blue) = 7+49+5=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #073105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073105 is #F8CEFA. Grayscale: #1F1F1F. Windows color (decimal): -16305915 or 340231. OLE color: 340231.

HSL color Cylindrical-coordinate representation of color #073105: hue angle of 117.27º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073105 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB7495-
CMYK0.8600.900.81
HSL117.27º81.48%10.59%-
HSV(B)117.27º89.8%19.22%-
XYZ1.212.250.51-
YUV31.43113.09110.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 49 (19.53% from 255) = 80.33%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=11.48%
G=80.33%
B=8.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74950.8600.900.81117.2781.4810.59
Hex73155605A517551b
Octal7615126013212116512113
Binary1111100011011010110010110101010001111010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073105; }

 p { color: rgb(7,49,5); }

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

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

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

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

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

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

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