#075011

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

Shades of Myrtle #075011

Tints of Myrtle #075011

Color information

#075011 (or 0x075011) is unknown color: approx Myrtle. HEX triplet: 07, 50 and 11. RGB value is (7,80,17). Sum of RGB (Red+Green+Blue) = 7+80+17=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #075011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075011 is #F8AFEE. Grayscale: #333333. Windows color (decimal): -16297967 or 1134599. OLE color: 1134599.

HSL color Cylindrical-coordinate representation of color #075011: hue angle of 128.22º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075011 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB78017-
CMYK0.9100.790.69
HSL128.22º83.91%17.06%-
HSV(B)128.22º91.25%31.37%-
XYZ3.065.821.49-
YUV50.99108.8296.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 80 (31.64% from 255) = 76.92%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=6.73%
G=76.92%
B=16.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780170.9100.790.69128.2283.9117.06
Hex750115B04F45805411
Octal712021133011710520012421
Binary111101000010001101101101001111100010110000000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075011; }

 p { color: rgb(7,80,17); }

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

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

 a { background-color: rgb(7,80,17); }

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

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

 span { border-color: rgb(7,80,17); }

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