#074605

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

Shades of Myrtle #074605

Tints of Myrtle #074605

Color information

#074605 (or 0x074605) is unknown color: approx Myrtle. HEX triplet: 07, 46 and 05. RGB value is (7,70,5). Sum of RGB (Red+Green+Blue) = 7+70+5=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 70 (27.73% from 255 or 85.37% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 70 - color contains mainly: green. Hex color #074605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074605 is #F8B9FA. Grayscale: #2B2B2B. Windows color (decimal): -16300539 or 345607. OLE color: 345607.

HSL color Cylindrical-coordinate representation of color #074605: hue angle of 118.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074605 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB7705-
CMYK0.9000.930.73
HSL118.15º86.67%14.71%-
HSV(B)118.15º92.86%27.45%-
XYZ2.314.440.88-
YUV43.75106.13101.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 70 (27.73% from 255) = 85.37%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=8.54%
G=85.37%
B=6.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal77050.9000.930.73118.1586.6714.71
Hex74655A05D497657f
Octal71065132013511116612717
Binary11110001101011011010010111011001001111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074605; }

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

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

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

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

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

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

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

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