#074E10

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

Shades of Myrtle #074E10

Tints of Myrtle #074E10

Color information

#074E10 (or 0x074E10) is unknown color: approx Myrtle. HEX triplet: 07, 4E and 10. RGB value is (7,78,16). Sum of RGB (Red+Green+Blue) = 7+78+16=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #074E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E10 is #F8B1EF. Grayscale: #313131. Windows color (decimal): -16298480 or 1068551. OLE color: 1068551.

HSL color Cylindrical-coordinate representation of color #074E10: hue angle of 127.61º 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 #074E10 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB77816-
CMYK0.9100.790.69
HSL127.61º83.53%16.67%-
HSV(B)127.61º91.03%30.59%-
XYZ2.915.531.4-
YUV49.7108.9897.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 78 (30.86% from 255) = 77.23%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=6.93%
G=77.23%
B=15.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778160.9100.790.69127.6183.5316.67
Hex74E105B04F45805411
Octal711620133011710520012421
Binary111100111010000101101101001111100010110000000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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