#074B0E

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

Shades of Myrtle #074B0E

Tints of Myrtle #074B0E

Color information

#074B0E (or 0x074B0E) is unknown color: approx Myrtle. HEX triplet: 07, 4B and 0E. RGB value is (7,75,14). Sum of RGB (Red+Green+Blue) = 7+75+14=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 75 (29.69% from 255 or 78.12% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 75 - color contains mainly: green. Hex color #074B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B0E is #F8B4F1. Grayscale: #2F2F2F. Windows color (decimal): -16299250 or 936711. OLE color: 936711.

HSL color Cylindrical-coordinate representation of color #074B0E: hue angle of 126.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B0E is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB77514-
CMYK0.9100.810.71
HSL126.18º82.93%16.08%-
HSV(B)126.18º90.67%29.41%-
XYZ2.685.111.26-
YUV47.71108.9798.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 75 (29.69% from 255) = 78.12%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=7.29%
G=78.12%
B=14.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal775140.9100.810.71126.1882.9316.08
Hex74BE5B051477e5310
Octal711316133012110717612320
Binary1111001011111010110110101000110001111111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,75,14); }

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

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

 a { background-color: rgb(7,75,14); }

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

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

 span { border-color: rgb(7,75,14); }

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