#074E0C

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

Shades of Myrtle #074E0C

Tints of Myrtle #074E0C

Color information

#074E0C (or 0x074E0C) is unknown color: approx Myrtle. HEX triplet: 07, 4E and 0C. RGB value is (7,78,12). Sum of RGB (Red+Green+Blue) = 7+78+12=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #074E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E0C is #F8B1F3. Grayscale: #313131. Windows color (decimal): -16298484 or 806407. OLE color: 806407.

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

Color convert

RGB77812-
CMYK0.9100.850.69
HSL124.23º83.53%16.67%-
HSV(B)124.23º91.03%30.59%-
XYZ2.885.521.26-
YUV49.25106.9897.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 78 (30.86% from 255) = 80.41%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=7.22%
G=80.41%
B=12.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778120.9100.850.69124.2383.5316.67
Hex74EC5B055457c5411
Octal711614133012510517412421
Binary1111001110110010110110101010110001011111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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