#074306

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

Shades of Myrtle #074306

Tints of Myrtle #074306

Color information

#074306 (or 0x074306) is unknown color: approx Myrtle. HEX triplet: 07, 43 and 06. RGB value is (7,67,6). Sum of RGB (Red+Green+Blue) = 7+67+6=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 67 (26.56% from 255 or 83.75% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 67 - color contains mainly: green. Hex color #074306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074306 is #F8BCF9. Grayscale: #2A2A2A. Windows color (decimal): -16301306 or 410375. OLE color: 410375.

HSL color Cylindrical-coordinate representation of color #074306: hue angle of 119.02º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074306 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB7676-
CMYK0.9000.910.74
HSL119.02º83.56%14.31%-
HSV(B)119.02º91.04%26.27%-
XYZ2.134.070.85-
YUV42.11107.62102.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 67 (26.56% from 255) = 83.75%
BLUE value IS 6 (2.73% from 255) = 7.5%
R=8.75%
G=83.75%
B=7.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal76760.9000.910.74119.0283.5614.31
Hex74365A05B4A7754e
Octal71036132013311216712416
Binary11110000111101011010010110111001010111011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074306; }

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

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

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

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

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

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

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

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