#075212

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

Shades of Myrtle #075212

Tints of Myrtle #075212

Color information

#075212 (or 0x075212) is unknown color: approx Myrtle. HEX triplet: 07, 52 and 12. RGB value is (7,82,18). Sum of RGB (Red+Green+Blue) = 7+82+18=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #075212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075212 is #F8ADED. Grayscale: #343434. Windows color (decimal): -16297454 or 1200647. OLE color: 1200647.

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

Color convert

RGB78218-
CMYK0.9100.780.68
HSL128.8º84.27%17.45%-
HSV(B)128.8º91.46%32.16%-
XYZ3.216.121.58-
YUV52.28108.6595.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 82 (32.42% from 255) = 76.64%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=6.54%
G=76.64%
B=16.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal782180.9100.780.68128.884.2717.45
Hex752125B04E44815411
Octal712222133011610420112421
Binary111101001010010101101101001110100010010000001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075212; }

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

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

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

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

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

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

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

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