#074F08

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

Shades of Myrtle #074F08

Tints of Myrtle #074F08

Color information

#074F08 (or 0x074F08) is unknown color: approx Myrtle. HEX triplet: 07, 4F and 08. RGB value is (7,79,8). Sum of RGB (Red+Green+Blue) = 7+79+8=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 79 (31.25% from 255 or 84.04% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 79 - color contains mainly: green. Hex color #074F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F08 is #F8B0F7. Grayscale: #313131. Windows color (decimal): -16298232 or 544519. OLE color: 544519.

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

Color convert

RGB7798-
CMYK0.9100.900.69
HSL120.83º83.72%16.86%-
HSV(B)120.83º91.14%30.98%-
XYZ2.935.651.17-
YUV49.38104.6597.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 79 (31.25% from 255) = 84.04%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=7.45%
G=84.04%
B=8.51%

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
Decimal77980.9100.900.69120.8383.7216.86
Hex74F85B05A45795411
Octal711710133013210517112421
Binary1111001111100010110110101101010001011111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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