#074A06

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

Shades of Myrtle #074A06

Tints of Myrtle #074A06

Color information

#074A06 (or 0x074A06) is unknown color: approx Myrtle. HEX triplet: 07, 4A and 06. RGB value is (7,74,6). Sum of RGB (Red+Green+Blue) = 7+74+6=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 74 (29.30% from 255 or 85.06% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 74 - color contains mainly: green. Hex color #074A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A06 is #F8B5F9. Grayscale: #2E2E2E. Windows color (decimal): -16299514 or 412167. OLE color: 412167.

HSL color Cylindrical-coordinate representation of color #074A06: hue angle of 119.12º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074A06 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB7746-
CMYK0.9100.920.71
HSL119.12º85%15.69%-
HSV(B)119.12º91.89%29.02%-
XYZ2.574.960.99-
YUV46.21105.3100.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 74 (29.30% from 255) = 85.06%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=8.05%
G=85.06%
B=6.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal77460.9100.920.71119.128515.69
Hex74A65B05C47775510
Octal71126133013410716712520
Binary111100101011010110110101110010001111110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,6); }

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

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

 a { background-color: rgb(7,74,6); }

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

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

 span { border-color: rgb(7,74,6); }

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