#074F04

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

Shades of Myrtle #074F04

Tints of Myrtle #074F04

Color information

#074F04 (or 0x074F04) is unknown color: approx Myrtle. HEX triplet: 07, 4F and 04. RGB value is (7,79,4). Sum of RGB (Red+Green+Blue) = 7+79+4=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 79 (31.25% from 255 or 87.78% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 79 - color contains mainly: green. Hex color #074F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F04 is #F8B0FB. Grayscale: #313131. Windows color (decimal): -16298236 or 282375. OLE color: 282375.

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

Color convert

RGB7794-
CMYK0.9100.950.69
HSL117.6º90.36%16.27%-
HSV(B)117.6º94.94%30.98%-
XYZ2.915.651.05-
YUV48.92102.6598.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 79 (31.25% from 255) = 87.78%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=7.78%
G=87.78%
B=4.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal77940.9100.950.69117.690.3616.27
Hex74F45B05F45765a10
Octal71174133013710516613220
Binary111100111110010110110101111110001011110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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