#075405

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

Shades of Myrtle #075405

Tints of Myrtle #075405

Color information

#075405 (or 0x075405) is unknown color: approx Myrtle. HEX triplet: 07, 54 and 05. RGB value is (7,84,5). Sum of RGB (Red+Green+Blue) = 7+84+5=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 84 (33.20% from 255 or 87.5% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 84 - color contains mainly: green. Hex color #075405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075405 is #F8ABFA. Grayscale: #343434. Windows color (decimal): -16296955 or 349191. OLE color: 349191.

HSL color Cylindrical-coordinate representation of color #075405: hue angle of 118.48º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075405 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB7845-
CMYK0.9200.940.67
HSL118.48º88.76%17.45%-
HSV(B)118.48º94.05%32.94%-
XYZ3.296.41.21-
YUV51.97101.4995.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 84 (33.20% from 255) = 87.5%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=7.29%
G=87.5%
B=5.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal78450.9200.940.67118.4888.7617.45
Hex75455C05E43765911
Octal71245134013610316613121
Binary111101010010110111000101111010000111110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075405; }

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

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

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

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

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

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

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

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