#073005

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

Shades of Myrtle #073005

Tints of Myrtle #073005

Color information

#073005 (or 0x073005) is unknown color: approx Myrtle. HEX triplet: 07, 30 and 05. RGB value is (7,48,5). Sum of RGB (Red+Green+Blue) = 7+48+5=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #073005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073005 is #F8CFFA. Grayscale: #1E1E1E. Windows color (decimal): -16306171 or 339975. OLE color: 339975.

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

Color convert

RGB7485-
CMYK0.8500.900.81
HSL117.21º81.13%10.39%-
HSV(B)117.21º89.58%18.82%-
XYZ1.172.170.5-
YUV30.84113.42111-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 48 (19.14% from 255) = 80%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=11.67%
G=80%
B=8.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal74850.8500.900.81117.2181.1310.39
Hex73055505A517551a
Octal7605125013212116512112
Binary1111100001011010101010110101010001111010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073005; }

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

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

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

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

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

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

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

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