#074C04

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

Shades of Myrtle #074C04

Tints of Myrtle #074C04

Color information

#074C04 (or 0x074C04) is unknown color: approx Myrtle. HEX triplet: 07, 4C and 04. RGB value is (7,76,4). Sum of RGB (Red+Green+Blue) = 7+76+4=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 76 (30.08% from 255 or 87.36% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 76 - color contains mainly: green. Hex color #074C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C04 is #F8B3FB. Grayscale: #2F2F2F. Windows color (decimal): -16299004 or 281607. OLE color: 281607.

HSL color Cylindrical-coordinate representation of color #074C04: hue angle of 117.5º 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 #074C04 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB7764-
CMYK0.9100.950.70
HSL117.5º90%15.69%-
HSV(B)117.5º94.74%29.8%-
XYZ2.695.220.98-
YUV47.16103.6499.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 76 (30.08% from 255) = 87.36%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=8.05%
G=87.36%
B=4.60%

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
Decimal77640.9100.950.70117.59015.69
Hex74C45B05F46765a10
Octal71144133013710616613220
Binary111100110010010110110101111110001101110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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