#075400

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

Shades of Myrtle #075400

Tints of Myrtle #075400

Color information

#075400 (or 0x075400) is unknown color: approx Myrtle. HEX triplet: 07, 54 and 00. RGB value is (7,84,0). Sum of RGB (Red+Green+Blue) = 7+84+0=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 84 (33.20% from 255 or 92.31% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 84 - color contains mainly: green. Hex color #075400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075400 is #F8ABFF. Grayscale: #333333. Windows color (decimal): -16296960 or 21511. OLE color: 21511.

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

Color convert

RGB7840-
CMYK0.92010.67
HSL115º100%16.47%-
HSV(B)115º100%32.94%-
XYZ3.266.391.06-
YUV51.498.9996.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 84 (33.20% from 255) = 92.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.69%
G=92.31%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal78400.92010.6711510016.47
Hex75405C06443736410
Octal71240134014410316314420
Binary1111010100010111000110010010000111110011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075400; }

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

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

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

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

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

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

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

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