#074C0D

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

Shades of Myrtle #074C0D

Tints of Myrtle #074C0D

Color information

#074C0D (or 0x074C0D) is unknown color: approx Myrtle. HEX triplet: 07, 4C and 0D. RGB value is (7,76,13). Sum of RGB (Red+Green+Blue) = 7+76+13=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 76 (30.08% from 255 or 79.17% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 76 - color contains mainly: green. Hex color #074C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C0D is #F8B3F2. Grayscale: #303030. Windows color (decimal): -16298995 or 871431. OLE color: 871431.

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

Color convert

RGB77613-
CMYK0.9100.830.70
HSL125.22º83.13%16.27%-
HSV(B)125.22º90.79%29.8%-
XYZ2.745.241.25-
YUV48.19108.1498.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 76 (30.08% from 255) = 79.17%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=7.29%
G=79.17%
B=13.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal776130.9100.830.70125.2283.1316.27
Hex74CD5B053467d5310
Octal711415133012310617512320
Binary1111001100110110110110101001110001101111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,76,13); }

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

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

 a { background-color: rgb(7,76,13); }

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

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

 span { border-color: rgb(7,76,13); }

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