#074709

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

Shades of Myrtle #074709

Tints of Myrtle #074709

Color information

#074709 (or 0x074709) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 09. RGB value is (7,71,9). Sum of RGB (Red+Green+Blue) = 7+71+9=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #074709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074709 is #F8B8F6. Grayscale: #2C2C2C. Windows color (decimal): -16300279 or 608007. OLE color: 608007.

HSL color Cylindrical-coordinate representation of color #074709: hue angle of 121.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074709 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB7719-
CMYK0.9000.870.72
HSL121.88º82.05%15.29%-
HSV(B)121.88º90.14%27.84%-
XYZ2.394.571.01-
YUV44.8107.8101.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 71 (28.12% from 255) = 81.61%
BLUE value IS 9 (3.91% from 255) = 10.34%
R=8.05%
G=81.61%
B=10.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77190.9000.870.72121.8882.0515.29
Hex74795A057487a52f
Octal710711132012711017212217
Binary111100011110011011010010101111001000111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074709; }

 p { color: rgb(7,71,9); }

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

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

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

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

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

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

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