#074A0E

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

Shades of Myrtle #074A0E

Tints of Myrtle #074A0E

Color information

#074A0E (or 0x074A0E) is unknown color: approx Myrtle. HEX triplet: 07, 4A and 0E. RGB value is (7,74,14). Sum of RGB (Red+Green+Blue) = 7+74+14=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #074A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A0E is #F8B5F1. Grayscale: #2F2F2F. Windows color (decimal): -16299506 or 936455. OLE color: 936455.

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

Color convert

RGB77414-
CMYK0.9100.810.71
HSL126.27º82.72%15.88%-
HSV(B)126.27º90.54%29.02%-
XYZ2.624.971.24-
YUV47.13109.399.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 74 (29.30% from 255) = 77.89%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=7.37%
G=77.89%
B=14.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal774140.9100.810.71126.2782.7215.88
Hex74AE5B051477e5310
Octal711216133012110717612320
Binary1111001010111010110110101000110001111111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,14); }

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

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

 a { background-color: rgb(7,74,14); }

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

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

 span { border-color: rgb(7,74,14); }

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