#074E0D

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

Shades of Myrtle #074E0D

Tints of Myrtle #074E0D

Color information

#074E0D (or 0x074E0D) is unknown color: approx Myrtle. HEX triplet: 07, 4E and 0D. RGB value is (7,78,13). Sum of RGB (Red+Green+Blue) = 7+78+13=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #074E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E0D is #F8B1F2. Grayscale: #313131. Windows color (decimal): -16298483 or 871943. OLE color: 871943.

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

Color convert

RGB77813-
CMYK0.9100.830.69
HSL125.07º83.53%16.67%-
HSV(B)125.07º91.03%30.59%-
XYZ2.885.521.29-
YUV49.36107.4897.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 78 (30.86% from 255) = 79.59%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=7.14%
G=79.59%
B=13.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778130.9100.830.69125.0783.5316.67
Hex74ED5B053457d5411
Octal711615133012310517512421
Binary1111001110110110110110101001110001011111101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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