#074805

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

Shades of Myrtle #074805

Tints of Myrtle #074805

Color information

#074805 (or 0x074805) is unknown color: approx Myrtle. HEX triplet: 07, 48 and 05. RGB value is (7,72,5). Sum of RGB (Red+Green+Blue) = 7+72+5=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 72 (28.52% from 255 or 85.71% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 72 - color contains mainly: green. Hex color #074805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074805 is #F8B7FA. Grayscale: #2D2D2D. Windows color (decimal): -16300027 or 346119. OLE color: 346119.

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

Color convert

RGB7725-
CMYK0.9000.930.72
HSL118.21º87.01%15.1%-
HSV(B)118.21º93.06%28.24%-
XYZ2.434.690.92-
YUV44.93105.47100.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 72 (28.52% from 255) = 85.71%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=8.33%
G=85.71%
B=5.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal77250.9000.930.72118.2187.0115.1
Hex74855A05D487657f
Octal71105132013511016612717
Binary11110010001011011010010111011001000111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074805; }

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

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

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

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

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

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

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

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