#075012

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

Shades of Myrtle #075012

Tints of Myrtle #075012

Color information

#075012 (or 0x075012) is unknown color: approx Myrtle. HEX triplet: 07, 50 and 12. RGB value is (7,80,18). Sum of RGB (Red+Green+Blue) = 7+80+18=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #075012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075012 is #F8AFED. Grayscale: #333333. Windows color (decimal): -16297966 or 1200135. OLE color: 1200135.

HSL color Cylindrical-coordinate representation of color #075012: hue angle of 129.04º 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 #075012 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB78018-
CMYK0.9100.780.69
HSL129.04º83.91%17.06%-
HSV(B)129.04º91.25%31.37%-
XYZ3.075.831.54-
YUV51.1109.3296.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 80 (31.64% from 255) = 76.19%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=6.67%
G=76.19%
B=17.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780180.9100.780.69129.0483.9117.06
Hex750125B04E45815411
Octal712022133011610520112421
Binary111101000010010101101101001110100010110000001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075012; }

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

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

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

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

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

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

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

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