#074D0A

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

Shades of Myrtle #074D0A

Tints of Myrtle #074D0A

Color information

#074D0A (or 0x074D0A) is unknown color: approx Myrtle. HEX triplet: 07, 4D and 0A. RGB value is (7,77,10). Sum of RGB (Red+Green+Blue) = 7+77+10=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #074D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D0A is #F8B2F5. Grayscale: #303030. Windows color (decimal): -16298742 or 675079. OLE color: 675079.

HSL color Cylindrical-coordinate representation of color #074D0A: hue angle of 122.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D0A is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.70.

Color convert

RGB77710-
CMYK0.9100.870.70
HSL122.57º83.33%16.47%-
HSV(B)122.57º90.91%30.2%-
XYZ2.85.371.18-
YUV48.43106.3198.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 77 (30.47% from 255) = 81.91%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=7.45%
G=81.91%
B=10.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777100.9100.870.70122.5783.3316.47
Hex74DA5B057467b5310
Octal711512133012710617312320
Binary1111001101101010110110101011110001101111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074D0A; }

 p { color: rgb(7,77,10); }

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

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

 a { background-color: rgb(7,77,10); }

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

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

 span { border-color: rgb(7,77,10); }

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