#074d04

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

Shades of Myrtle #074D04

Tints of Myrtle #074D04

Color information

#074D04 (or 0x074D04) is unknown color: approx Myrtle. HEX triplet: 07, 4D and 04. RGB value is (7,77,4). Sum of RGB (Red+Green+Blue) = 7+77+4=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 77 (30.47% from 255 or 87.5% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 77 - color contains mainly: green. Hex color #074D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D04 is #F8B2FB. Grayscale: #2F2F2F. Windows color (decimal): -16298748 or 281863. OLE color: 281863.

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

Color convert

RGB7774-
CMYK0.9100.950.70
HSL117.53º90.12%15.88%-
HSV(B)117.53º94.81%30.2%-
XYZ2.765.361-
YUV47.75103.3198.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 77 (30.47% from 255) = 87.5%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=7.95%
G=87.5%
B=4.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77740.9100.950.70117.5390.1215.88
Hex74D45B05F46765a10
Octal71154133013710616613220
Binary111100110110010110110101111110001101110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074d04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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