#074F03

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

Shades of Myrtle #074F03

Tints of Myrtle #074F03

Color information

#074F03 (or 0x074F03) is unknown color: approx Myrtle. HEX triplet: 07, 4F and 03. RGB value is (7,79,3). Sum of RGB (Red+Green+Blue) = 7+79+3=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 79 (31.25% from 255 or 88.76% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 79 - color contains mainly: green. Hex color #074F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F03 is #F8B0FC. Grayscale: #313131. Windows color (decimal): -16298237 or 216839. OLE color: 216839.

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

Color convert

RGB7793-
CMYK0.9100.960.69
HSL116.84º92.68%16.08%-
HSV(B)116.84º96.2%30.98%-
XYZ2.95.641.02-
YUV48.81102.1598.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.87%
GREEN value IS 79 (31.25% from 255) = 88.76%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=7.87%
G=88.76%
B=3.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal77930.9100.960.69116.8492.6816.08
Hex74F35B06045755d10
Octal71173133014010516513520
Binary11110011111110110110110000010001011110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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