#074E11

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

Shades of Myrtle #074E11

Tints of Myrtle #074E11

Color information

#074E11 (or 0x074E11) is unknown color: approx Myrtle. HEX triplet: 07, 4E and 11. RGB value is (7,78,17). Sum of RGB (Red+Green+Blue) = 7+78+17=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 78 (30.86% from 255 or 76.47% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 78 - color contains mainly: green. Hex color #074E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E11 is #F8B1EE. Grayscale: #313131. Windows color (decimal): -16298479 or 1134087. OLE color: 1134087.

HSL color Cylindrical-coordinate representation of color #074E11: hue angle of 128.45º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E11 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB77817-
CMYK0.9100.780.69
HSL128.45º83.53%16.67%-
HSV(B)128.45º91.03%30.59%-
XYZ2.915.531.45-
YUV49.82109.4897.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 78 (30.86% from 255) = 76.47%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=6.86%
G=76.47%
B=16.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778170.9100.780.69128.4583.5316.67
Hex74E115B04E45805411
Octal711621133011610520012421
Binary111100111010001101101101001110100010110000000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,78,17); }

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

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

 a { background-color: rgb(7,78,17); }

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

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

 span { border-color: rgb(7,78,17); }

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