#075213

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

Shades of Myrtle #075213

Tints of Myrtle #075213

Color information

#075213 (or 0x075213) is unknown color: approx Myrtle. HEX triplet: 07, 52 and 13. RGB value is (7,82,19). Sum of RGB (Red+Green+Blue) = 7+82+19=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #075213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075213 is #F8ADEC. Grayscale: #343434. Windows color (decimal): -16297453 or 1266183. OLE color: 1266183.

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

Color convert

RGB78219-
CMYK0.9100.770.68
HSL129.6º84.27%17.45%-
HSV(B)129.6º91.46%32.16%-
XYZ3.226.131.63-
YUV52.39109.1595.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 82 (32.42% from 255) = 75.93%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=6.48%
G=75.93%
B=17.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal782190.9100.770.68129.684.2717.45
Hex752135B04D44825411
Octal712223133011510420212421
Binary111101001010011101101101001101100010010000010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075213; }

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

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

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

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

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

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

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

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