#074005

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

Shades of Myrtle #074005

Tints of Myrtle #074005

Color information

#074005 (or 0x074005) is unknown color: approx Myrtle. HEX triplet: 07, 40 and 05. RGB value is (7,64,5). Sum of RGB (Red+Green+Blue) = 7+64+5=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #074005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074005 is #F8BFFA. Grayscale: #282828. Windows color (decimal): -16302075 or 344071. OLE color: 344071.

HSL color Cylindrical-coordinate representation of color #074005: hue angle of 117.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074005 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB7645-
CMYK0.8900.920.75
HSL117.97º85.51%13.53%-
HSV(B)117.97º92.19%25.1%-
XYZ1.953.720.76-
YUV40.23108.12104.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 64 (25.39% from 255) = 84.21%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=9.21%
G=84.21%
B=6.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76450.8900.920.75117.9785.5113.53
Hex74055905C4B7656e
Octal71005131013411316612616
Binary11110000001011011001010111001001011111011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074005; }

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

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

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

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

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

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

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

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