#074802

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

Shades of Myrtle #074802

Tints of Myrtle #074802

Color information

#074802 (or 0x074802) is unknown color: approx Myrtle. HEX triplet: 07, 48 and 02. RGB value is (7,72,2). Sum of RGB (Red+Green+Blue) = 7+72+2=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 72 (28.52% from 255 or 88.89% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 72 - color contains mainly: green. Hex color #074802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074802 is #F8B7FD. Grayscale: #2C2C2C. Windows color (decimal): -16300030 or 149511. OLE color: 149511.

HSL color Cylindrical-coordinate representation of color #074802: hue angle of 115.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074802 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB7722-
CMYK0.9000.970.72
HSL115.71º94.59%14.51%-
HSV(B)115.71º97.22%28.24%-
XYZ2.424.680.83-
YUV44.58103.97101.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 72 (28.52% from 255) = 88.89%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=8.64%
G=88.89%
B=2.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77220.9000.970.72115.7194.5914.51
Hex74825A06148745ff
Octal71102132014111016413717
Binary1111001000101011010011000011001000111010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074802; }

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

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

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

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

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

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

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

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