#074400

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

Shades of Myrtle #074400

Tints of Myrtle #074400

Color information

#074400 (or 0x074400) is unknown color: approx Myrtle. HEX triplet: 07, 44 and 00. RGB value is (7,68,0). Sum of RGB (Red+Green+Blue) = 7+68+0=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 68 (26.95% from 255 or 90.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 68 - color contains mainly: green. Hex color #074400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074400 is #F8BBFF. Grayscale: #2A2A2A. Windows color (decimal): -16301056 or 17415. OLE color: 17415.

HSL color Cylindrical-coordinate representation of color #074400: hue angle of 113.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #074400 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB7680-
CMYK0.90010.73
HSL113.82º100%13.33%-
HSV(B)113.82º100%26.67%-
XYZ2.154.180.69-
YUV42.01104.29103.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 68 (26.95% from 255) = 90.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.33%
G=90.67%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal76800.90010.73113.8210013.33
Hex74405A064497264d
Octal71040132014411116214415
Binary111100010001011010011001001001001111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074400; }

 p { color: rgb(7,68,0); }

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

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

 a { background-color: rgb(7,68,0); }

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

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

 span { border-color: rgb(7,68,0); }

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