#074E08

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

Shades of Myrtle #074E08

Tints of Myrtle #074E08

Color information

#074E08 (or 0x074E08) is unknown color: approx Myrtle. HEX triplet: 07, 4E and 08. RGB value is (7,78,8). Sum of RGB (Red+Green+Blue) = 7+78+8=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 78 (30.86% from 255 or 83.87% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 78 - color contains mainly: green. Hex color #074E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E08 is #F8B1F7. Grayscale: #313131. Windows color (decimal): -16298488 or 544263. OLE color: 544263.

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

Color convert

RGB7788-
CMYK0.9100.900.69
HSL120.85º83.53%16.67%-
HSV(B)120.85º91.03%30.59%-
XYZ2.865.511.14-
YUV48.79104.9898.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.53%
GREEN value IS 78 (30.86% from 255) = 83.87%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=7.53%
G=83.87%
B=8.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal77880.9100.900.69120.8583.5316.67
Hex74E85B05A45795411
Octal711610133013210517112421
Binary1111001110100010110110101101010001011111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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