#074D03

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

Shades of Myrtle #074D03

Tints of Myrtle #074D03

Color information

#074D03 (or 0x074D03) is unknown color: approx Myrtle. HEX triplet: 07, 4D and 03. RGB value is (7,77,3). Sum of RGB (Red+Green+Blue) = 7+77+3=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 77 (30.47% from 255 or 88.51% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 77 - color contains mainly: green. Hex color #074D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D03 is #F8B2FC. Grayscale: #2F2F2F. Windows color (decimal): -16298749 or 216327. OLE color: 216327.

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

Color convert

RGB7773-
CMYK0.9100.960.70
HSL116.76º92.5%15.69%-
HSV(B)116.76º96.1%30.2%-
XYZ2.765.360.98-
YUV47.63102.8199.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 77 (30.47% from 255) = 88.51%
BLUE value IS 3 (1.56% from 255) = 3.45%
R=8.05%
G=88.51%
B=3.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77730.9100.960.70116.7692.515.69
Hex74D35B06046755c10
Octal71153133014010616513420
Binary11110011011110110110110000010001101110101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,77,3); }

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

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

 a { background-color: rgb(7,77,3); }

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

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

 span { border-color: rgb(7,77,3); }

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