#075511

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

Shades of Myrtle #075511

Tints of Myrtle #075511

Color information

#075511 (or 0x075511) is unknown color: approx Myrtle. HEX triplet: 07, 55 and 11. RGB value is (7,85,17). Sum of RGB (Red+Green+Blue) = 7+85+17=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #075511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075511 is #F8AAEE. Grayscale: #363636. Windows color (decimal): -16296687 or 1135879. OLE color: 1135879.

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

Color convert

RGB78517-
CMYK0.9200.800.67
HSL127.69º84.78%18.04%-
HSV(B)127.69º91.76%33.33%-
XYZ3.446.581.62-
YUV53.93107.1694.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 85 (33.59% from 255) = 77.98%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=6.42%
G=77.98%
B=15.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal785170.9200.800.67127.6984.7818.04
Hex755115C05043805512
Octal712521134012010320012522
Binary111101010110001101110001010000100001110000000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075511; }

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

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

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

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

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

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

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

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