#074705

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

Shades of Myrtle #074705

Tints of Myrtle #074705

Color information

#074705 (or 0x074705) is unknown color: approx Myrtle. HEX triplet: 07, 47 and 05. RGB value is (7,71,5). Sum of RGB (Red+Green+Blue) = 7+71+5=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 71 (28.12% from 255 or 85.54% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 71 - color contains mainly: green. Hex color #074705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074705 is #F8B8FA. Grayscale: #2C2C2C. Windows color (decimal): -16300283 or 345863. OLE color: 345863.

HSL color Cylindrical-coordinate representation of color #074705: hue angle of 118.18º 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 #074705 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB7715-
CMYK0.9000.930.72
HSL118.18º86.84%14.9%-
HSV(B)118.18º92.96%27.84%-
XYZ2.374.560.9-
YUV44.34105.8101.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 71 (28.12% from 255) = 85.54%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=8.43%
G=85.54%
B=6.02%

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
Decimal77150.9000.930.72118.1886.8414.9
Hex74755A05D487657f
Octal71075132013511016612717
Binary11110001111011011010010111011001000111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074705; }

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

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

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

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

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

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

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

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