#074402

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

Shades of Myrtle #074402

Tints of Myrtle #074402

Color information

#074402 (or 0x074402) is unknown color: approx Myrtle. HEX triplet: 07, 44 and 02. RGB value is (7,68,2). Sum of RGB (Red+Green+Blue) = 7+68+2=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 68 (26.95% from 255 or 88.31% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 68 - color contains mainly: green. Hex color #074402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074402 is #F8BBFD. Grayscale: #2A2A2A. Windows color (decimal): -16301054 or 148487. OLE color: 148487.

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

Color convert

RGB7682-
CMYK0.9000.970.73
HSL115.45º94.29%13.73%-
HSV(B)115.45º97.06%26.67%-
XYZ2.174.180.75-
YUV42.24105.29102.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 68 (26.95% from 255) = 88.31%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=9.09%
G=88.31%
B=2.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal76820.9000.970.73115.4594.2913.73
Hex74425A06149735ee
Octal71042132014111116313616
Binary1111000100101011010011000011001001111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074402; }

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

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

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

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

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

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

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

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