#074E05

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

Shades of Myrtle #074E05

Tints of Myrtle #074E05

Color information

#074E05 (or 0x074E05) is unknown color: approx Myrtle. HEX triplet: 07, 4E and 05. RGB value is (7,78,5). Sum of RGB (Red+Green+Blue) = 7+78+5=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 78 (30.86% from 255 or 86.67% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 78 - color contains mainly: green. Hex color #074E05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E05 is #F8B1FA. Grayscale: #303030. Windows color (decimal): -16298491 or 347655. OLE color: 347655.

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

Color convert

RGB7785-
CMYK0.9100.940.69
HSL118.36º87.95%16.27%-
HSV(B)118.36º93.59%30.59%-
XYZ2.845.51.06-
YUV48.45103.4898.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 78 (30.86% from 255) = 86.67%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=7.78%
G=86.67%
B=5.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal77850.9100.940.69118.3687.9516.27
Hex74E55B05E45765810
Octal71165133013610516613020
Binary111100111010110110110101111010001011110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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