#074F0F

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

Shades of Myrtle #074F0F

Tints of Myrtle #074F0F

Color information

#074F0F (or 0x074F0F) is unknown color: approx Myrtle. HEX triplet: 07, 4F and 0F. RGB value is (7,79,15). Sum of RGB (Red+Green+Blue) = 7+79+15=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 79 (31.25% from 255 or 78.22% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 79 - color contains mainly: green. Hex color #074F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F0F is #F8B0F0. Grayscale: #323232. Windows color (decimal): -16298225 or 1003271. OLE color: 1003271.

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

Color convert

RGB77915-
CMYK0.9100.810.69
HSL126.67º83.72%16.86%-
HSV(B)126.67º91.14%30.98%-
XYZ2.975.671.39-
YUV50.18108.1597.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 79 (31.25% from 255) = 78.22%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=6.93%
G=78.22%
B=14.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal779150.9100.810.69126.6783.7216.86
Hex74FF5B051457f5411
Octal711717133012110517712421
Binary1111001111111110110110101000110001011111111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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